8000 Bump version to 2.2.0 · sinatra/sinatra@44ce685 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44ce685

Browse files
committed
Bump version to 2.2.0
1 parent 759a8eb commit 44ce685

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 2.2.0 / Unrealased
22

3+
* Handle EOFError raised by Rack and return Bad Request 400 status. [#1743](https://github.com/sinatra/sinatra/pull/1743) by tamazon
4+
35
* Update README.es.md with removal of Thin. [#1630](https://github.com/sinatra/sinatra/pull/1630) by Espartaco Palma
46

57
* Minor refactors in `base.rb`. [#1640](https://github.com/sinatra/sinatra/pull/1640) by ceclinux

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

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.1.0'
2+
VERSION = '2.2.0'
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.1.0'
3+
VERSION = '2.2.0'
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.1.0'
3+
VERSION = '2.2.0'
44
end
55
end
66

0 commit comments

Comments
 (0)
0