Skip to content

Commit ea39e49

Browse files
committed
Bump patch version.
1 parent c0f9de4 commit ea39e49

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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/).
44

5+
## [2.2.6] - 2022-01-17
6+
7+
- Extend `Rack::MethodOverride` to handle `QueryParser::ParamsTooDeepError` error. ([#2011](https://github.com/rack/rack/pull/2011), [@byroot](https://github.com/byroot))
8+
59
## [2.2.5] - 2022-12-27
610

711
### Fixed

lib/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def self.version
2020
VERSION.join(".")
2121
end
2222

23-
RELEASE = "2.2.5"
23+
RELEASE = "2.2.6"
2424

2525
# Return the Rack release as a dotted string.
2626
def self.release

0 commit comments

Comments
 (0)