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
10
10
### Fixed
11
11
### Removed
12
12
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
+
13
22
## 2.0.0 - 2024-09-04
14
23
COVERAGE: 97.72% -- 214/219 lines in 3 files
15
24
BRANCH COVERAGE: 86.00% -- 43/50 branches in 3 branches
Original file line number Diff line number Diff line change 7
7
PATH
8
8
remote: .
9
9
specs:
10
- rack-openid2 (2.0.0 )
10
+ rack-openid2 (2.0.1 )
11
11
rack (>= 2.2 )
12
12
ruby-openid2 (>= 3.0 )
13
13
version_gem (~> 1.1 , >= 1.1.4 )
Original file line number Diff line number Diff line change 1
1
module Rack
2
2
class OpenID
3
3
module Version
4
- VERSION = "2.0.0 "
4
+ VERSION = "2.0.1 "
5
5
end
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments