Skip to content

Commit

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

[ci skip]
  • Loading branch information
tute committed Apr 10, 2015
1 parent 7df3233 commit 3314b22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.27.0 (April 10, 2015)

* Add Autoprefixer and browserslist config file
* Only display user-facing flashes
* Add code of conduct to CONTRIBUTING document
* Only use rack-timeout in staging and production
* Add SimpleCov
* Avoid generation of extra _flashes view
* Fix Travis CI install step
* Cache bundle in Travis CI runs

1.26.0 (March 23, 2015)

* Update Rails to 4.2.1
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.26.0"
VERSION = "1.27.0"
end

0 comments on commit 3314b22

Please sign in to comment.