Skip to content

Commit

Permalink
Release 1.44.0.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tute committed Jan 26, 2017
1 parent 02d2296 commit f9b77a7
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.44.0 (January 25, 2017)

* Improve readability of `bin/setup-review-app` (#819)
* Update scripts to be `sh`-compatible (#820)
* Remove `rails_stdout_logging` gem (#818)
* Remove `12factor` gem (#817)
* Update Ruby to 2.4.0 (#814)

1.43.0 (November 8, 2016)

* Update Bourbon to 5.0.0.beta.7
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.43.0".freeze
VERSION = "1.44.0".freeze
end

0 comments on commit f9b77a7

Please sign in to comment.