From f06aa69a7d3d9730cbf324ffdaef81350145f49c Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Fri, 10 Jan 2014 11:07:31 -0600 Subject: [PATCH] cut v0.26.1 --- CHANGELOG.md | 7 +++++++ brew-cask.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bbd3e20..3f6c98956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.26.1 + +* __Features__ +* __Fixes__ + - #2275 - Force a require of Homebrew's `download_strategy` +* __Breaking Changes__ + ## 0.26.0 * __Features__ diff --git a/brew-cask.rb b/brew-cask.rb index b83db9b77..4fe34f4ae 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -1,6 +1,6 @@ require 'formula' -HOMEBREW_CASK_VERSION = '0.26.0' +HOMEBREW_CASK_VERSION = '0.26.1' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/'