Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Feb 2, 2022
1 parent 759a8eb commit 44ce685
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## 2.2.0 / Unrealased

* Handle EOFError raised by Rack and return Bad Request 400 status. [#1743](https://github.com/sinatra/sinatra/pull/1743) by tamazon

* Update README.es.md with removal of Thin. [#1630](https://github.com/sinatra/sinatra/pull/1630) by Espartaco Palma

* Minor refactors in `base.rb`. [#1640](https://github.com/sinatra/sinatra/pull/1640) by ceclinux
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.1.0
2.2.0
2 changes: 1 addition & 1 deletion lib/sinatra/version.rb
@@ -1,3 +1,3 @@
module Sinatra
VERSION = '2.1.0'
VERSION = '2.2.0'
end
2 changes: 1 addition & 1 deletion rack-protection/lib/rack/protection/version.rb
@@ -1,5 +1,5 @@
module Rack
module Protection
VERSION = '2.1.0'
VERSION = '2.2.0'
end
end
2 changes: 1 addition & 1 deletion sinatra-contrib/lib/sinatra/contrib/version.rb
@@ -1,6 +1,6 @@
module Sinatra
module Contrib
VERSION = '2.1.0'
VERSION = '2.2.0'
end
end

0 comments on commit 44ce685

Please sign in to comment.