diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6fd2aa42f2..f7ace94ebecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 0.18.1 + +Release Date: 2013-10-07 + +* __Features__ + - adds `--prefpanedir=` option to link to a different location +* __Fixes__ +* __Breaking Changes__ + ## 0.18.0 - Preference Pane Support Release Date: 2013-10-07 @@ -7,7 +16,6 @@ Release Date: 2013-10-07 * __Features__ - adds support for Preference Pane linking - adds `prefpane` keyword in Cask dsl indicates a prefpane to by symlinked to `~/Library/PreferencePanes` - - adds `--prefpanedir=` option to link to a different location - internal refactor to `Artifact` system; opens up easier implementation path to supporting additional things like widgets * __Fixes__ * __Breaking Changes__ diff --git a/brew-cask.rb b/brew-cask.rb index d934d114ef3a..3852dfe6d851 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -1,6 +1,6 @@ require 'formula' -HOMEBREW_CASK_VERSION = '0.18.0' +HOMEBREW_CASK_VERSION = '0.18.1' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/'