From ae82f17ecbc0afa782cca4d1fba35807091cedec Mon Sep 17 00:00:00 2001 From: Stephen Greer Date: Thu, 21 Sep 2023 10:40:14 -0500 Subject: [PATCH] Release v1.3.1 --- Gemfile.lock | 2 +- docs/CHANGELOG.md | 7 ++++++- lib/omniauth/nitro_id/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b8ad062..9ffff97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - omniauth-nitro-id (1.3.0) + omniauth-nitro-id (1.3.1) omniauth-rails_csrf_protection (= 1.0.1) omniauth_openid_connect (~> 0.4.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1093108..c5a932d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1] - 2023-09-21 + +* Display better error message for missing credentials. PR [#27](https://github.com/powerhome/omniauth-nitro-id/pull/27) + ## [1.3.0] - 2023-08-22 ### Added @@ -43,7 +47,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.0...HEAD +[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.1 [1.3.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.0 [1.2.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.1 [1.2.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.0 diff --git a/lib/omniauth/nitro_id/version.rb b/lib/omniauth/nitro_id/version.rb index a018a86..df27654 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.0" + VERSION = "1.3.1" end end