Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 26, 2022
1 parent d269711 commit 081ae02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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.0.2] -2022-12-05
## [3.0.3] - 2022-12-27

### Fixed

- `Rack::URLMap` uses non-deprecated form of `Regexp.new`. ([#1998](https://github.com/rack/rack/pull/1998), [@weizheheng](https://github.com/weizheheng))

## [3.0.2] - 2022-12-05

### Fixed

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

RELEASE = "3.0.2"
RELEASE = "3.0.3"

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

0 comments on commit 081ae02

Please sign in to comment.