Skip to content

Commit

Permalink
🔖 Prepare release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 18, 2024
1 parent 028981a commit 931804e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
### Fixed
### Removed

## [3.1.1] - 2024-11-18 ([tag][3.1.1t])
- COVERAGE: 92.00% -- 345/375 lines in 15 files
- BRANCH COVERAGE: 80.26% -- 61/76 branches in 15 files
- 44.44% documented
### Added
- [PR 130][130] Add SECURITY.md policy by @pboling
- [PR 130][130] Add Maintainer contact email by @pboling
### Changed
- [PR 130][130] Require MFA to publish to RubyGems.org by @pboling

[130]: https://github.com/omniauth/omniauth-identity/pull/130

## [3.1.0] - 2024-11-18 ([tag][3.1.0t])
- COVERAGE: 91.98% -- 344/374 lines in 15 files
- BRANCH COVERAGE: 80.26% -- 61/76 branches in 15 files
Expand Down Expand Up @@ -150,7 +162,9 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
- Gemfile.lock file
- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.

[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/omniauth/omniauth-identity/compare/v3.1.0...v3.1.1
[3.1.1t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.1
[3.1.0]: https://github.com/omniauth/omniauth-identity/compare/v3.0.9...v3.1.0
[3.1.0t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.0
[3.0.9]: https://github.com/omniauth/omniauth-identity/compare/v3.0.8...v3.0.9
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:
omniauth-identity (3.1.0)
omniauth-identity (3.1.1)
bcrypt (~> 3.1)
omniauth (>= 1)
version_gem (~> 1.1, >= 1.1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/identity/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module OmniAuth
module Identity
module Version
VERSION = "3.1.0"
VERSION = "3.1.1"
end
end
end

0 comments on commit 931804e

Please sign in to comment.