Skip to content

Commit

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

[ci skip]
  • Loading branch information
tute committed Jul 30, 2015
1 parent c681ed3 commit b218706
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased
1.30.0 (July 30, 2015)

* Remove Unicorn in favor of Puma, as [recommended by Heroku].
* Update to RSpec 3.3
* Replace TravisCI with CircleCI
* Rename development data concept to avoid confusion with db/seeds
* Remove Unicorn in favor of Puma, as [recommended by Heroku]

[recommended by Heroku]: https://devcenter.heroku.com/changelog-items/594

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.29.0"
VERSION = "1.30.0"
end

0 comments on commit b218706

Please sign in to comment.