Skip to content

Commit

Permalink
Version bump to v2.1.4. Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Apr 11, 2012
1 parent fc7c92f commit 33ac544
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change log (curated)

## v2.1.4

* Use heroku-api for client calls instead heroku gem

## v2.1.3

* Bug fixes

## v2.1.2

* Bug fixes
* 1.8.7 backward compatibility
* Refactoring

## v2.1.1

* Bug fixes
* Changed most Stage methods to call Heroku::Client methods instead of shelling out
* Finished integration tests
Expand Down
2 changes: 1 addition & 1 deletion lib/heroku_san/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HerokuSan
VERSION = "2.1.3"
VERSION = "2.1.4"
end

0 comments on commit 33ac544

Please sign in to comment.