Skip to content

Commit

Permalink
Bump version to 1.53.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Aug 23, 2019
1 parent 69fd5d5 commit c9df00c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.53.0 (August 23, 2019)
* Upgraded: Rails 6.0.
* New generator: `suspenders:inline_svg` for setting up the inline_svg gem.
* Changed: silence Puma's startup messages in JS specs.
* Changed: improve chromedriver configuration.
* Added: documentation for deploying to Heroku.
* Fixed: indentation in production config file.

1.52.0 (June 7, 2019)
* Changed: Setup system tests instead of feature specs
* Upgraded: Rails 5.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module Suspenders
read("#{File.dirname(__FILE__)}/../../.ruby-version").
strip.
freeze
VERSION = "1.52.0".freeze
VERSION = "1.53.0".freeze
end

0 comments on commit c9df00c

Please sign in to comment.