2.2.4 release

This commit is contained in:
Jordan Owens 2022-12-16 17:51:58 -05:00
parent 4f9a8839a2
commit 7c88c7cca6
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 2.2.4 / 2022-12-16
* Allow CALLERS_TO_IGNORE to be overridden. Sets up compatibility with v3.
## 2.2.3 / 2022-11-25
* Fix: Escape filename in the Content-Disposition header. [#1841](https://github.com/sinatra/sinatra/pull/1841) by Kunpei Sakai

View File

@ -1 +1 @@
2.2.3
2.2.4

View File

@ -1,3 +1,3 @@
module Sinatra
VERSION = '2.2.3'
VERSION = '2.2.4'
end

View File

@ -1,5 +1,5 @@
module Rack
module Protection
VERSION = '2.2.3'
VERSION = '2.2.4'
end
end

View File

@ -1,6 +1,6 @@
module Sinatra
module Contrib
VERSION = '2.2.3'
VERSION = '2.2.4'
end
end