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 20, 2024
1 parent f856dbd commit d3c545e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file. For info on

## Unreleased

## [3.0.10] - 2024-03-21

- Backport #2104 to 3-0-stable: Return empty when parsing a multi-part POST with only one end delimiter. ([#2164](https://github.com/rack/rack/pull/2164), [@JoeDupuis](https://github.com/JoeDupuis))

## [3.0.9] - 2024-01-31

- Fix incorrect content-length header that was emitted when `Rack::Response#write` was used in some situations. ([#2150](https://github.com/rack/rack/pull/2150), [@mattbrictson])
- Fix incorrect content-length header that was emitted when `Rack::Response#write` was used in some situations. ([#2150](https://github.com/rack/rack/pull/2150), [@mattbrictson](https://github.com/mattbrictson))

## [3.0.8] - 2023-06-14

Expand Down
2 changes: 1 addition & 1 deletion lib/rack/version.rb
Expand Up @@ -25,7 +25,7 @@ def self.version
VERSION
end

RELEASE = "3.0.9.1"
RELEASE = "3.0.10"

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

0 comments on commit d3c545e

Please sign in to comment.