1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

3.0.3 release

This commit is contained in:
Jordan Owens 2022-11-11 14:41:07 -05:00
parent 44ff149128
commit cafaab99db
5 changed files with 8 additions and 4 deletions

View file

@ -2,6 +2,10 @@
* _Your new feature here._
## 3.0.3 / 2022-11-11
* Fix: fixed ReDoS for Rack::Protection::IPSpoofing. [#1823](https://github.com/sinatra/sinatra/pull/1823) by @ooooooo-q
## 3.0.2 / 2022-10-01
* New: Add Haml 6 support. [#1820](https://github.com/sinatra/sinatra/pull/1820) by Jordan Owens

View file

@ -1 +1 @@
3.0.2
3.0.3

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sinatra
VERSION = '3.0.2'
VERSION = '3.0.3'
end

View file

@ -2,6 +2,6 @@
module Rack
module Protection
VERSION = '3.0.2'
VERSION = '3.0.3'
end
end

View file

@ -2,6 +2,6 @@
module Sinatra
module Contrib
VERSION = '3.0.2'
VERSION = '3.0.3'
end
end