File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
1111### Fixed
1212### Removed
1313
14+ ## [ 3.1.1] - 2024-11-18 ([ tag] [ 3.1.1t ] )
15+ - COVERAGE: 92.00% -- 345/375 lines in 15 files
16+ - BRANCH COVERAGE: 80.26% -- 61/76 branches in 15 files
17+ - 44.44% documented
18+ ### Added
19+ - [ PR 130] [ 130 ] Add SECURITY.md policy by @pboling
20+ - [ PR 130] [ 130 ] Add Maintainer contact email by @pboling
21+ ### Changed
22+ - [ PR 130] [ 130 ] Require MFA to publish to RubyGems.org by @pboling
23+
24+ [ 130 ] : https://github.com/omniauth/omniauth-identity/pull/130
25+
1426## [ 3.1.0] - 2024-11-18 ([ tag] [ 3.1.0t ] )
1527- COVERAGE: 91.98% -- 344/374 lines in 15 files
1628- BRANCH COVERAGE: 80.26% -- 61/76 branches in 15 files
@@ -150,7 +162,9 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
150162- Gemfile.lock file
151163- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.
152164
153- [ Unreleased ] : https://github.com/omniauth/omniauth-identity/compare/v3.1.0...HEAD
165+ [ Unreleased ] : https://github.com/omniauth/omniauth-identity/compare/v3.1.1...HEAD
166+ [ 3.1.1 ] : https://github.com/omniauth/omniauth-identity/compare/v3.1.0...v3.1.1
167+ [ 3.1.1t ] : https://github.com/omniauth/omniauth-identity/tags/v3.1.1
154168[ 3.1.0 ] : https://github.com/omniauth/omniauth-identity/compare/v3.0.9...v3.1.0
155169[ 3.1.0t ] : https://github.com/omniauth/omniauth-identity/tags/v3.1.0
156170[ 3.0.9 ] : https://github.com/omniauth/omniauth-identity/compare/v3.0.8...v3.0.9
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- omniauth-identity (3.1.0 )
4+ omniauth-identity (3.1.1 )
55 bcrypt (~> 3.1 )
66 omniauth (>= 1 )
77 version_gem (~> 1.1 , >= 1.1.4 )
Original file line number Diff line number Diff line change 33module OmniAuth
44 module Identity
55 module Version
6- VERSION = "3.1.0 "
6+ VERSION = "3.1.1 "
77 end
88 end
99end
You can’t perform that action at this time.
0 commit comments