Skip to content

Commit

Permalink
🔖 Prepare release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 5, 2024
1 parent 013a2b2 commit 5f5af59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed

## 2.0.1 - 2024-09-05
### Added
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- SECURITY.md
### Fixed
- Typo in gemspec description

## 2.0.0 - 2024-09-04
COVERAGE: 97.72% -- 214/219 lines in 3 files
BRANCH COVERAGE: 86.00% -- 43/50 branches in 3 branches
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
rack-openid2 (2.0.0)
rack-openid2 (2.0.1)
rack (>= 2.2)
ruby-openid2 (>= 3.0)
version_gem (~> 1.1, >= 1.1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/openid/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Rack
class OpenID
module Version
VERSION = "2.0.0"
VERSION = "2.0.1"
end
end
end

0 comments on commit 5f5af59

Please sign in to comment.