Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Sep 6, 2022
1 parent e58e2eb commit 52901ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.0] - 2022-09-06

- No changes

## [3.0.0.rc1] - 2022-09-04

### 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 @@ -25,7 +25,7 @@ def self.version
VERSION
end

RELEASE = "3.0.0.rc1"
RELEASE = "3.0.0"

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

0 comments on commit 52901ca

Please sign in to comment.