Skip to content

Commit

Permalink
Release v1.32.0
Browse files Browse the repository at this point in the history
Update NEWS.md.

[ci skip]
  • Loading branch information
tute committed Oct 9, 2015
1 parent 926e60d commit bdc95b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.32.0 (October 9, 2015)

* Install Foreman automatically during setup script
* Port always defaults to 3000
* Provide shoulda-matchers config
* Set CI auto-deploy for Heroku suspended apps
* Configure capybara-webkit to block unknown URLs
* Add mandatory environment variables to .sample.env
* Other bugfixes

1.31.0 (September 3, 2015)

* Update to Ruby 2.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Suspenders
RAILS_VERSION = "~> 4.2.0"
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = "1.31.0"
VERSION = "1.32.0"
end

0 comments on commit bdc95b9

Please sign in to comment.