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 16, 2024
1 parent 677a149 commit 719f63f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed

## 2.0.0 - 2024-09-05
## 2.0.1 - 2024-09-16 (returned to `open_id_authentication`)
COVERAGE: 55.56% -- 55/99 lines in 6 files
BRANCH COVERAGE: 23.53% -- 4/17 branches in 6 branches
### Added
- More Documentation
### Changed
- Renamed gem back to original `open_id_authentication`

## 2.0.0 - 2024-09-05 (released as `open_id_authentication2`)
COVERAGE: 55.56% -- 55/99 lines in 6 files
BRANCH COVERAGE: 23.53% -- 4/17 branches in 6 branches
### Added
Expand All @@ -22,6 +30,7 @@ BRANCH COVERAGE: 23.53% -- 4/17 branches in 6 branches
### Changed
- Upgraded to RSpec v3
- Switched rack-openid => rack-openid2
- Renamed gem to `open_id_authentication2`
### Fixed
- Compatibility with Ruby 2.7+
### Removed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
open_id_authentication (2.0.0)
open_id_authentication (2.0.1)
rack-openid2 (~> 2.0, >= 2.0.1)
version_gem (~> 1.1, >= 1.1.4)

Expand Down
2 changes: 1 addition & 1 deletion lib/open_id_authentication/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OpenIdAuthentication
module Version
VERSION = "2.0.0"
VERSION = "2.0.1"
end
end

0 comments on commit 719f63f

Please sign in to comment.