Skip to content

Commit

Permalink
Version bump to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Jul 29, 2013
1 parent 9b8db87 commit 77933b8
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.3.0

* Add #ensure_{all|one}_worker(s)_running -- which will restart your web workers until they stay up
* Closes #137

## v4.2.0

* Wrap API calls so that errors are reported in a more human-fiendly way
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.2.5"
VERSION = "4.3.0"
end

0 comments on commit 77933b8

Please sign in to comment.