cut v0.26.1

This commit is contained in:
Paul Hinze 2014-01-10 11:07:31 -06:00
parent 0967e4dd51
commit f06aa69a7d
2 changed files with 8 additions and 1 deletions

View File

@ -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__

View File

@ -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/'