From d6b5b2bab88f458fb048133604faebea952d8133 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 2 Mar 2023 14:44:22 -0800 Subject: bump version --- CHANGELOG.md | 4 ++++ lib/rack/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8a58e0..b81a68d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/). +## [2.2.6.3] - 2023-03-02 + +- [CVE-2023-27530] Introduce multipart_total_part_limit to limit total parts + ## [2.2.6.2] - 2022-01-17 - [CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges diff --git a/lib/rack/version.rb b/lib/rack/version.rb index d829db1c..0c38a46d 100644 --- a/lib/rack/version.rb +++ b/lib/rack/version.rb @@ -20,7 +20,7 @@ module Rack VERSION.join(".") end - RELEASE = "2.2.6.2" + RELEASE = "2.2.6.3" # Return the Rack release as a dotted string. def self.release -- cgit v1.2.1