diff --git a/CHANGELOG.md b/CHANGELOG.md index 57927a1..6d6add5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log (curated) +## v4.2.0 + + * Wrap API calls so that errors are reported in a more human-fiendly way + * Closes #105 + ## v4.1.0 * Extracted `Parser` and `Configuration` classes from `Project`. This *should* be a feature-neutral version change. There are a few API additions, but they should not be needed by the general `heroku_san` population. diff --git a/lib/heroku_san/version.rb b/lib/heroku_san/version.rb index 56bee89..94232af 100644 --- a/lib/heroku_san/version.rb +++ b/lib/heroku_san/version.rb @@ -1,3 +1,3 @@ module HerokuSan - VERSION = "4.1.0" + VERSION = "4.2.0" end