diff --git a/Gemfile.lock b/Gemfile.lock index 2f7ac9a..534f04d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 429fb07..84293ab 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/omniauth/nitro_id/version.rb b/lib/omniauth/nitro_id/version.rb index 913584a..036bcd8 100644 --- a/lib/omniauth/nitro_id/version.rb +++ b/lib/omniauth/nitro_id/version.rb @@ -2,6 +2,6 @@ module OmniAuth module NitroId - VERSION = "1.3.3" + VERSION = "1.4.0" end end diff --git a/omniauth-nitro-id.gemspec b/omniauth-nitro-id.gemspec index 2a8baa2..14a2d88 100644 --- a/omniauth-nitro-id.gemspec +++ b/omniauth-nitro-id.gemspec @@ -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 = ["stephen.greer@powerhrg.com"] + spec.authors = ["Stephen Greer", "Katie Edgar"] + spec.email = ["stephen.greer@powerhrg.com", "k.weber0893@gmail.com"] spec.summary = "NitroID Strategy for OmniAuth." spec.description = "NitroID Strategy for OmniAuth." spec.homepage = "https://github.com/powerhome/omniauth-nitro-id"