From 1e125b4872d6c06f2275f128b37eb0d7044b92c3 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Tue, 25 Jul 2023 15:20:44 +0100 Subject: [PATCH] Release/v3.2.0 (#186) --- .circleci/config.yml | 2 +- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 14 ++++++++------ 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ee06259..243bdd7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - ship: auth0/ship@0 + ship: auth0/ship@dev:d1e3a7f codecov: codecov/codecov@3 matrix_rubyversions: &matrix_rubyversions diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c15b5b..fd800f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v3.2.0](https://github.com/auth0/omniauth-auth0/tree/v3.2.0) (2023-07-14) +[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v3.1.0...v3.2.0) + +**Added** +- [SDK-4410] Support Organization Name in JWT validation [\#184](https://github.com/auth0/omniauth-auth0/pull/184) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Fixed** +- fix: upgrade to Sinatra 3 and use Rack::Session::Cookie in tests [\#165](https://github.com/auth0/omniauth-auth0/pull/165) ([stevehobbsdev](https://github.com/stevehobbsdev)) + ## [v3.1.1](https://github.com/auth0/omniauth-auth0/tree/v3.1.1) (2023-03-01) [Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v3.1.0...v3.1.1) diff --git a/Gemfile.lock b/Gemfile.lock index eb339a4..aa50dbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM docile (1.4.0) dotenv (2.8.1) eventmachine (1.2.7) - faraday (2.7.7) + faraday (2.7.10) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) @@ -44,6 +44,7 @@ GEM hashie (5.0.0) json (2.6.3) jwt (2.7.1) + language_server-protocol (3.17.0.3) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -78,7 +79,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.1) + public_suffix (5.0.3) racc (1.7.1) rack (2.2.7) rack-protection (3.0.6) @@ -101,12 +102,13 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (1.52.1) + rspec-support (3.12.1) + rubocop (1.54.2) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) @@ -179,4 +181,4 @@ DEPENDENCIES webmock (~> 3) BUNDLED WITH - 2.3.26 + 2.3.7