Skip to content

Commit

Permalink
Bump to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed May 11, 2020
1 parent 20bbda0 commit f52666a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.2.0 / 2020-05-10

* [ENHANCEMENT] Drop support for Rubies 1.9.3, 2.0, 2.1, and 2.2
* [ENHANCEMENT] Add support for Rubies 2.5, 2.6, and 2.7
* [ENHANCEMENT] Drop support for Rails 3 and 4
* [ENHANCEMENT] Add support for Rails 5.2 and 6.0
* [ENHANCEMENT] Proxy all ENV values via CLI to the "heroku" command

## 1.1.1 / 2015-04-30

* [BUGFIX] Fix crash when environment-specific configuration is `nil`
Expand Down
2 changes: 1 addition & 1 deletion figaro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "figaro"
gem.version = "1.1.1"
gem.version = "1.2.0"

gem.author = "Steve Richert"
gem.email = "steve.richert@gmail.com"
Expand Down

0 comments on commit f52666a

Please sign in to comment.