Skip to content

Commit

Permalink
Version bump to v4.2.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
kmayer committed Feb 2, 2013
1 parent d503f72 commit 2088c3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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 = "4.1.0"
VERSION = "4.2.0"
end

0 comments on commit 2088c3b

Please sign in to comment.