8000 2.2.2 release · sinatra/sinatra@a2b8243 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2b8243

Browse files
committed
2.2.2 release
1 parent 6534799 commit a2b8243

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.2 / 2022-07-23
2+
3+
* Update mustermann dependency version 2.
4+
15
## 2.2.1 / 2022-07-15
26

37
* Fix JRuby regression by using ruby2_keywords for delegation. [#1750](https://github.com/sinatra/sinatra/pull/1750) by Patrik Ragnarsson

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

lib/sinatra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Sinatra
2-
VERSION = '2.2.1'
2+
VERSION = '2.2.2'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rack
22
module Protection
3-
VERSION = '2.2.1'
3+
VERSION = '2.2.2'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Sinatra
22
module Contrib
3-
VERSION = '2.2.1'
3+
VERSION = '2.2.2'
44
end
55
end
66

0 commit comments

Comments
 (0)
0