diff --git a/CHANGELOG.md b/CHANGELOG.md index 3054c3d54f2..d444305185b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 0.19.3 + +* __Features__ +* __Fixes__ + - [#1274][] - various fixes to prevent evil from happening during certain pkg uninstall processes +* __Breaking Changes__ + +[#1274]: https://github.com/phinze/homebrew-cask/issues/1247 + ## 0.19.2 * __Features__ diff --git a/brew-cask.rb b/brew-cask.rb index 707ee619dff..c47e2dae10f 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -1,6 +1,6 @@ require 'formula' -HOMEBREW_CASK_VERSION = '0.19.2' +HOMEBREW_CASK_VERSION = '0.19.3' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/'