We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c58953 commit 9b3f4ceCopy full SHA for 9b3f4ce
CHANGELOG
@@ -1,3 +1,9 @@
1
+== 1.8.1 Infinite Smoothie
2
+ * Fix possible HTTP Response Splitting
3
+
4
+== 1.8.0 Possessed Pickle
5
+ * Many things
6
7
== 1.7.2 Bachmanity
8
* Add config support for ssl_version and ssl_cipher_list [frameworked]
9
lib/thin/version.rb
@@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
MAJOR = 1
MINOR = 8
- TINY = 0
+ TINY = 1
10
11
STRING = [MAJOR, MINOR, TINY].join('.')
12
13
- CODENAME = "Possessed Pickle".freeze
+ CODENAME = "Infinite Smoothie".freeze
14
15
RACK = [1, 0].freeze # Rack protocol version
16
end
0 commit comments