File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Fixed
1111### Removed
1212
13+ ## 2.0.1 - 2024-09-05
14+ ### Added
15+ - CHANGELOG.md
16+ - CODE_OF_CONDUCT.md
17+ - CONTRIBUTING.md
18+ - SECURITY.md
19+ ### Fixed
20+ - Typo in gemspec description
21+
1322## 2.0.0 - 2024-09-04
1423COVERAGE: 97.72% -- 214/219 lines in 3 files
1524BRANCH COVERAGE: 86.00% -- 43/50 branches in 3 branches
Original file line number Diff line number Diff line change 77PATH
88 remote: .
99 specs:
10- rack-openid2 (2.0.0 )
10+ rack-openid2 (2.0.1 )
1111 rack (>= 2.2 )
1212 ruby-openid2 (>= 3.0 )
1313 version_gem (~> 1.1 , >= 1.1.4 )
Original file line number Diff line number Diff line change 11module Rack
22 class OpenID
33 module Version
4- VERSION = "2.0.0 "
4+ VERSION = "2.0.1 "
55 end
66 end
77end
You canβt perform that action at this time.
0 commit comments