Skip to content

Commit

Permalink
Merge pull request #381 from macournoyer/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.8.1
  • Loading branch information
macournoyer committed May 20, 2021
2 parents 0c6d8e2 + 9b3f4ce commit 0712d60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
== 1.8.1 Infinite Smoothie
* Fix possible HTTP Response Splitting

== 1.8.0 Possessed Pickle
* Many things

== 1.7.2 Bachmanity
* Add config support for ssl_version and ssl_cipher_list [frameworked]

Expand Down
4 changes: 2 additions & 2 deletions lib/thin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
MAJOR = 1
MINOR = 8
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')

CODENAME = "Possessed Pickle".freeze
CODENAME = "Infinite Smoothie".freeze

RACK = [1, 0].freeze # Rack protocol version
end
Expand Down

0 comments on commit 0712d60

Please sign in to comment.