Skip to content

Commit 5f5af59

Browse files
committed
🔖 Prepare release v2.0.1
1 parent 013a2b2 commit 5f5af59

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1423
COVERAGE: 97.72% -- 214/219 lines in 3 files
1524
BRANCH COVERAGE: 86.00% -- 43/50 branches in 3 branches

‎Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
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)

‎lib/rack/openid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rack
22
class OpenID
33
module Version
4-
VERSION = "2.0.0"
4+
VERSION = "2.0.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)