Skip to content

Commit 8c0cfba

Browse files
committed
Bump version to 2.2.0
1 parent 3a87147 commit 8c0cfba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## main
1+
## 2.2.0 / 2024-12-23
22

33
* Bug fixes:
44
* `Rack::Test::Cookie` now parses cookie parameters using a

lib/rack/test/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rack
22
module Test
3-
VERSION = '2.1.0'.freeze
3+
VERSION = '2.2.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)