Skip to content

Commit 01a5b0a

Browse files
authored
chore(release): version 2.0.0.beta (#273)
1 parent 2470ae6 commit 01a5b0a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### HEAD
22

3+
### 2.0.0.beta Mar 30, 2023
4+
5+
* Drop support for ruby 2.3, 2.4, and 2.5
6+
* Remove the HTTPkit adapter
7+
* Format cookie 'Expires' timestamps as per RFC 2616
8+
39
### 1.6.0 June 22, 2021
410

511
* fix: replace missed URI.decode with new Route.rfc3986_percent_decode (#261)

lib/webmachine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Webmachine
22
# Library version
3-
VERSION = '1.6.0'.freeze
3+
VERSION = '2.0.0.beta'.freeze
44

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

0 commit comments

Comments
 (0)