We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b30de6b + 036167c commit 45d7513Copy full SHA for 45d7513
CHANGELOG.md
@@ -1,9 +1,11 @@
1
### HEAD
2
3
-### 2.0.0.beta Mar 30, 2023
+### 2.0.0 Mar 31, 2023
4
5
-* Drop support for ruby 2.3, 2.4, and 2.5
+* Add support for ruby 3.0, 3.1 and 3.2
6
+* Drop support for ruby 2.3, 2.4 and 2.5
7
* Remove the HTTPkit adapter
8
+* Remove the Reel adapter
9
* Format cookie 'Expires' timestamps as per RFC 2616
10
11
### 1.6.0 June 22, 2021
lib/webmachine/version.rb
@@ -1,6 +1,6 @@
module Webmachine
# Library version
- VERSION = '2.0.0.beta'.freeze
+ VERSION = '2.0.0'.freeze
# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
0 commit comments