Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 11, 2024
1 parent 00c9972 commit d43ab86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [3.1.2] - 2024-06-11

## Changed

- `Rack::Response` will take in to consideration chunked encoding responses ([#2204](https://github.com/rack/rack/pull/2204), [@tenderlove])

## [3.1.1] - 2024-06-11

- Oops, I shouldn't have shipped this

## [3.1.0] - 2024-06-11

### SPEC Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# so it should be enough just to <tt>require 'rack'</tt> in your code.

module Rack
RELEASE = "3.1.0"
RELEASE = "3.1.2"

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

0 comments on commit d43ab86

Please sign in to comment.