From 3106b6f771c09f64c8cff2ee6640576ecab3dbbe Mon Sep 17 00:00:00 2001 From: Stephen Greer Date: Wed, 14 Dec 2022 15:39:06 -0600 Subject: [PATCH] Release 1.1.0 (#9) --- docs/CHANGELOG.md | 7 +++++++ lib/omniauth/nitro_id/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 24648f0..0858501 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2022-12-14 + +### Added + +* Add support for `id_token_hint`. PR [#8](https://github.com/powerhome/omniauth-nitro-id/pull/8) + ## [1.0.0] - 2022-12-05 ### Added @@ -14,4 +20,5 @@ 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.0.0...HEAD +[1.1.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.1.0 [1.0.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.0.0 diff --git a/lib/omniauth/nitro_id/version.rb b/lib/omniauth/nitro_id/version.rb index 36980d0..e22b45b 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.0.0" + VERSION = "1.1.0" end end