diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c83332..8f2914c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/heroku_san/version.rb b/lib/heroku_san/version.rb index 5d0bac6..e06c53f 100644 --- a/lib/heroku_san/version.rb +++ b/lib/heroku_san/version.rb @@ -1,3 +1,3 @@ module HerokuSan - VERSION = "2.1.3" + VERSION = "2.1.4" end