Skip to content

Commit

Permalink
chore(release): version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 7, 2017
1 parent 50d8b74 commit c3b0a57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### HEAD

### 1.5.0 September 8, 2017
* Removed Fixnum/Integer deprecation warnings in Ruby 2.4
* Fixed multiple cookie setting code
* Added support for named captures
* Improved logic for determining which errors are 'rescuable' by Webmachine,
and which are 'unhandlable'.

### 1.4.0 March 20, 2015

* Added RackMapped adapter which allows Webmachine apps to be mounted
Expand Down
2 changes: 1 addition & 1 deletion lib/webmachine/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Webmachine
# Library version
VERSION = "1.4.0".freeze
VERSION = "1.5.0".freeze

# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
Expand Down

0 comments on commit c3b0a57

Please sign in to comment.