Skip to content

Commit

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

[ci skip] [fixes #541]
  • Loading branch information
tute committed Mar 24, 2015
1 parent a948cc7 commit 47c016b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
1.26.0 (March 23, 2015)

* Update Rails to 4.2.1
* Update Bitters to 1.0
* Fix .ruby-version (should have been 2.1.1)
* Enable `verify_partial_doubles`
* Renames Segment.io to Segment
* Removes New Relic unnecessary configuration setting

1.25.0 (March 7, 2015)

* Configure Active Job queue adapter for test env
* Use Ruby 2.2.1
* Use Ruby 2.2.1 (bug: `.ruby-version` wasn’t updated in the package)
* Dasherize heroku app names
* Update Bourbon to 4.2.0
* Add ASSET_HOST to sample.env (defaults to HOST)
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.1"
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = "1.25.0"
VERSION = "1.26.0"
end

0 comments on commit 47c016b

Please sign in to comment.