Skip to content

Commit 1e125b4

Browse files
Release/v3.2.0 (#186)
1 parent fa29e11 commit 1e125b4

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
ship: auth0/ship@0
3+
ship: auth0/ship@dev:d1e3a7f
44
codecov: codecov/codecov@3
55

66
matrix_rubyversions: &matrix_rubyversions

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v3.2.0](https://github.com/auth0/omniauth-auth0/tree/v3.2.0) (2023-07-14)
4+
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v3.1.0...v3.2.0)
5+
6+
**Added**
7+
- [SDK-4410] Support Organization Name in JWT validation [\#184](https://github.com/auth0/omniauth-auth0/pull/184) ([stevehobbsdev](https://github.com/stevehobbsdev))
8+
9+
**Fixed**
10+
- 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))
11+
312
## [v3.1.1](https://github.com/auth0/omniauth-auth0/tree/v3.1.1) (2023-03-01)
413
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v3.1.0...v3.1.1)
514

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
docile (1.4.0)
2020
dotenv (2.8.1)
2121
eventmachine (1.2.7)
22-
faraday (2.7.7)
22+
faraday (2.7.10)
2323
faraday-net_http (>= 2.0, < 3.1)
2424
ruby2_keywords (>= 0.0.4)
2525
faraday-net_http (3.0.2)
@@ -44,6 +44,7 @@ GEM
4444
hashie (5.0.0)
4545
json (2.6.3)
4646
jwt (2.7.1)
47+
language_server-protocol (3.17.0.3)
4748
listen (3.8.0)
4849
rb-fsevent (~> 0.10, >= 0.10.3)
4950
rb-inotify (~> 0.9, >= 0.9.10)
@@ -78,7 +79,7 @@ GEM
7879
pry (0.14.2)
7980
coderay (~> 1.1)
8081
method_source (~> 1.0)
81-
public_suffix (5.0.1)
82+
public_suffix (5.0.3)
8283
racc (1.7.1)
8384
rack (2.2.7)
8485
rack-protection (3.0.6)
@@ -101,12 +102,13 @@ GEM
101102
rspec-expectations (3.12.3)
102103
diff-lcs (>= 1.2.0, < 2.0)
103104
rspec-support (~> 3.12.0)
104-
rspec-mocks (3.12.5)
105+
rspec-mocks (3.12.6)
105106
diff-lcs (>= 1.2.0, < 2.0)
106107
rspec-support (~> 3.12.0)
107-
rspec-support (3.12.0)
108-
rubocop (1.52.1)
108+
rspec-support (3.12.1)
109+
rubocop (1.54.2)
109110
json (~> 2.3)
111+
language_server-protocol (>= 3.17.0)
110112
parallel (~> 1.10)
111113
parser (>= 3.2.2.3)
112114
rainbow (>= 2.2.2, < 4.0)
@@ -179,4 +181,4 @@ DEPENDENCIES
179181
webmock (~> 3)
180182

181183
BUNDLED WITH
182-
2.3.26
184+
2.3.7

0 commit comments

Comments
 (0)