Skip to content

Commit bae046d

Browse files
author
Ken
committed
Version bump to v4.1.0
Update CHANGELOG
1 parent 1f76c96 commit bae046d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Change log (curated)
1+
# Change Log (curated)
2+
3+
## v4.1.0
4+
5+
* 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.
26

37
## v4.0.8
48

@@ -62,7 +66,7 @@
6266

6367
## v2.1.4
6468

65-
* Use heroku-api for client calls instead heroku gem
69+
* Use heroku-api for client calls instead of heroku gem
6670

6771
## v2.1.3
6872

lib/heroku_san/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HerokuSan
2-
VERSION = "4.0.8"
2+
VERSION = "4.1.0"
33
end

0 commit comments

Comments
 (0)