Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 21, 2024
1 parent f7d40f9 commit b1deebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. For info on

## Unreleased

## [2.2.9] - 2023-03-21

- Return empty when parsing a multi-part POST with only one end delimiter. ([#2104](https://github.com/rack/rack/pull/2104), [@alpaca-tc])

## [2.2.8] - 2023-07-31
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/version.rb
Expand Up @@ -20,7 +20,7 @@ def self.version
VERSION.join(".")
end

RELEASE = "2.2.8.1"
RELEASE = "2.2.9"

# Return the Rack release as a dotted string.
def self.release
Expand Down

0 comments on commit b1deebd

Please sign in to comment.