Skip to content

Commit d115d91

Browse files
Release v5.11.0 (#439)
1 parent 8eec6ef commit d115d91

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v5.11.0](https://github.com/auth0/ruby-auth0/tree/v5.11.0) (2023-01-27)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.10.0...v5.11.0)
5+
6+
**Added**
7+
- feat: support exchanging OTP codes for tokens [\#438](https://github.com/auth0/ruby-auth0/pull/438) ([stevehobbsdev](https://github.com/stevehobbsdev))
8+
- [SDK-3869] Support client credentials in management client [\#437](https://github.com/auth0/ruby-auth0/pull/437) ([stevehobbsdev](https://github.com/stevehobbsdev))
9+
- [SDK-3863] Add support for Client Assertion in authentication endpoints [\#434](https://github.com/auth0/ruby-auth0/pull/434) ([stevehobbsdev](https://github.com/stevehobbsdev))
10+
11+
**Changed**
12+
- ci: include Ruby 3.2 in test matrix [\#436](https://github.com/auth0/ruby-auth0/pull/436) ([stevehobbsdev](https://github.com/stevehobbsdev))
13+
314
## [v5.10.0](https://github.com/auth0/ruby-auth0/tree/v5.10.0) (2022-10-10)
415
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.9.0...v5.10.0)
516

Gemfile.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.10.0)
4+
auth0 (5.11.0)
55
addressable (~> 2.8)
66
jwt (~> 2.5)
77
rest-client (~> 2.1)
@@ -11,20 +11,20 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (7.0.4.1)
15-
actionview (= 7.0.4.1)
16-
activesupport (= 7.0.4.1)
14+
actionpack (7.0.4.2)
15+
actionview (= 7.0.4.2)
16+
activesupport (= 7.0.4.2)
1717
rack (~> 2.0, >= 2.2.0)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.2.0)
21-
actionview (7.0.4.1)
22-
activesupport (= 7.0.4.1)
21+
actionview (7.0.4.2)
22+
activesupport (= 7.0.4.2)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.1, >= 1.2.0)
27-
activesupport (7.0.4.1)
27+
activesupport (7.0.4.2)
2828
concurrent-ruby (~> 1.0, >= 1.0.2)
2929
i18n (>= 1.6, < 2)
3030
minitest (>= 5.1)
@@ -34,7 +34,7 @@ GEM
3434
ast (2.4.2)
3535
builder (3.2.4)
3636
coderay (1.1.3)
37-
concurrent-ruby (1.1.10)
37+
concurrent-ruby (1.2.0)
3838
coveralls (0.7.1)
3939
multi_json (~> 1.3)
4040
rest-client
@@ -61,13 +61,13 @@ GEM
6161
rspec-core (~> 3.0)
6262
ruby-progressbar (~> 1.4)
6363
gem-release (0.7.4)
64-
guard (2.17.0)
64+
guard (2.18.0)
6565
formatador (>= 0.2.4)
6666
listen (>= 2.7, < 4.0)
6767
lumberjack (>= 1.0.12, < 2.0)
6868
nenv (~> 0.1)
6969
notiffany (~> 0.0)
70-
pry (>= 0.9.12)
70+
pry (>= 0.13.0)
7171
shellany (~> 0.0)
7272
thor (>= 0.18.1)
7373
guard-compat (1.2.1)
@@ -86,14 +86,14 @@ GEM
8686
reline (>= 0.3.0)
8787
json (2.6.3)
8888
jwt (2.6.0)
89-
listen (3.7.1)
89+
listen (3.8.0)
9090
rb-fsevent (~> 0.10, >= 0.10.3)
9191
rb-inotify (~> 0.9, >= 0.9.10)
9292
loofah (2.19.1)
9393
crass (~> 1.0.2)
9494
nokogiri (>= 1.5.9)
9595
lumberjack (1.2.8)
96-
method_source (0.9.2)
96+
method_source (1.0.0)
9797
mime-types (3.4.1)
9898
mime-types-data (~> 3.2015)
9999
mime-types-data (3.2022.0105)
@@ -118,9 +118,9 @@ GEM
118118
pp (0.4.0)
119119
prettyprint
120120
prettyprint (0.1.1)
121-
pry (0.12.2)
122-
coderay (~> 1.1.0)
123-
method_source (~> 0.9.0)
121+
pry (0.14.2)
122+
coderay (~> 1.1)
123+
method_source (~> 1.0)
124124
public_suffix (5.0.1)
125125
racc (1.6.2)
126126
rack (2.2.6.2)
@@ -129,11 +129,11 @@ GEM
129129
rails-dom-testing (2.0.3)
130130
activesupport (>= 4.2.0)
131131
nokogiri (>= 1.6)
132-
rails-html-sanitizer (1.4.4)
132+
rails-html-sanitizer (1.5.0)
133133
loofah (~> 2.19, >= 2.19.1)
134-
railties (7.0.4.1)
135-
actionpack (= 7.0.4.1)
136-
activesupport (= 7.0.4.1)
134+
railties (7.0.4.2)
135+
actionpack (= 7.0.4.2)
136+
activesupport (= 7.0.4.2)
137137
method_source
138138
rake (>= 12.2)
139139
thor (~> 1.0)
@@ -159,10 +159,10 @@ GEM
159159
rspec-mocks (~> 3.12.0)
160160
rspec-core (3.12.0)
161161
rspec-support (~> 3.12.0)
162-
rspec-expectations (3.12.0)
162+
rspec-expectations (3.12.2)
163163
diff-lcs (>= 1.2.0, < 2.0)
164164
rspec-support (~> 3.12.0)
165-
rspec-mocks (3.12.1)
165+
rspec-mocks (3.12.3)
166166
diff-lcs (>= 1.2.0, < 2.0)
167167
rspec-support (~> 3.12.0)
168168
rspec-support (3.12.0)

lib/auth0/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# current version of gem
22
module Auth0
3-
VERSION = '5.10.0'.freeze
3+
VERSION = '5.11.0'.freeze
44
end

0 commit comments

Comments
 (0)