Skip to content

Commit

Permalink
Bump to v1.4.0 (#48)
Browse files Browse the repository at this point in the history
Bumps omniauth-nitro-id to v.1.4.0 and updates maintainer information
  • Loading branch information
web-kat authored Dec 18, 2024
1 parent 9c327a8 commit 0c6c8d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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-nitro-id (1.3.3)
omniauth-nitro-id (1.4.0)
omniauth-rails_csrf_protection (= 1.0.1)
omniauth_openid_connect (~> 0.4.0)

Expand Down
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0]

### Changed

* Use dynamic issuer for JWK discovery and token introspection
Expand Down Expand Up @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.3.3...HEAD
[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.4.0
[1.3.3]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.3
[1.3.2]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.2
[1.3.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/nitro_id/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module NitroId
VERSION = "1.3.3"
VERSION = "1.4.0"
end
end
4 changes: 2 additions & 2 deletions omniauth-nitro-id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require File.expand_path("lib/omniauth/nitro_id/version", __dir__)
Gem::Specification.new do |spec|
spec.name = "omniauth-nitro-id"
spec.version = OmniAuth::NitroId::VERSION
spec.authors = ["Stephen Greer"]
spec.email = ["[email protected]"]
spec.authors = ["Stephen Greer", "Katie Edgar"]
spec.email = ["[email protected]", "[email protected]"]
spec.summary = "NitroID Strategy for OmniAuth."
spec.description = "NitroID Strategy for OmniAuth."
spec.homepage = "https://github.com/powerhome/omniauth-nitro-id"
Expand Down

0 comments on commit 0c6c8d6

Please sign in to comment.