Skip to content

Commit

Permalink
Bump version v3.0.4 -> v4.0.0. Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Nov 9, 2012
1 parent 6a8e5a4 commit 9851cb4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log (curated)

## v4.0.0
* Remove dependency on sunsetted 'heroku' gem. Add external dependency
on Heroku Toolbelt, instead.
* Deprecate Stage#rake, Stage#sharing_add and Stage#sharing_remove
* Closes #104
* Closes #107
* Closes #108
* Thanks to sworbel for the pull request (#104)

## v3.0.4

* Documentation syntax highlighting and formatting.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
heroku_san (3.0.4)
heroku_san (4.0.0)
activesupport
heroku-api (>= 0.1.2)
rake
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 = "3.0.4"
VERSION = "4.0.0"
end

0 comments on commit 9851cb4

Please sign in to comment.