Skip to content

Commit

Permalink
Version bump to v4.1.0
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
Ken committed Feb 1, 2013
1 parent 1f76c96 commit bae046d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change log (curated)
# Change Log (curated)

## 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.

## v4.0.8

Expand Down Expand Up @@ -62,7 +66,7 @@

## v2.1.4

* Use heroku-api for client calls instead heroku gem
* Use heroku-api for client calls instead of heroku gem

## v2.1.3

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.0.8"
VERSION = "4.1.0"
end

0 comments on commit bae046d

Please sign in to comment.