Skip to content

Commit ab2e362

Browse files
Release v5.12.0 (#451)
1 parent 92e11ae commit ab2e362

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

CHANGELOG.md

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

3+
## [v5.12.0](https://github.com/auth0/ruby-auth0/tree/v5.12.0) (2023-03-13)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.11.0...v5.12.0)
5+
6+
**Added**
7+
- [SDK-4014] User Authentication Method management API support [\#450](https://github.com/auth0/ruby-auth0/pull/450) ([stevehobbsdev](https://github.com/stevehobbsdev))
8+
9+
**Fixed**
10+
- Remove broken FAQ link from README [\#441](https://github.com/auth0/ruby-auth0/pull/441) ([joxxoxo](https://github.com/joxxoxo))
11+
312
## [v5.11.0](https://github.com/auth0/ruby-auth0/tree/v5.11.0) (2023-01-27)
413
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.10.0...v5.11.0)
514

Gemfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.11.0)
4+
auth0 (5.12.0)
55
addressable (~> 2.8)
66
jwt (~> 2.5)
77
rest-client (~> 2.1)
@@ -96,24 +96,24 @@ GEM
9696
method_source (1.0.0)
9797
mime-types (3.4.1)
9898
mime-types-data (~> 3.2015)
99-
mime-types-data (3.2022.0105)
100-
minitest (5.17.0)
99+
mime-types-data (3.2023.0218.1)
100+
minitest (5.18.0)
101101
multi_json (1.15.0)
102102
nenv (0.3.0)
103103
netrc (0.11.0)
104-
nokogiri (1.14.0-aarch64-linux)
104+
nokogiri (1.14.2-aarch64-linux)
105105
racc (~> 1.4)
106-
nokogiri (1.14.0-arm64-darwin)
106+
nokogiri (1.14.2-arm64-darwin)
107107
racc (~> 1.4)
108-
nokogiri (1.14.0-x86_64-darwin)
108+
nokogiri (1.14.2-x86_64-darwin)
109109
racc (~> 1.4)
110-
nokogiri (1.14.0-x86_64-linux)
110+
nokogiri (1.14.2-x86_64-linux)
111111
racc (~> 1.4)
112112
notiffany (0.1.3)
113113
nenv (~> 0.1)
114114
shellany (~> 0.0)
115115
parallel (1.22.1)
116-
parser (3.2.1.0)
116+
parser (3.2.1.1)
117117
ast (~> 2.4.1)
118118
pp (0.4.0)
119119
prettyprint
@@ -157,16 +157,16 @@ GEM
157157
rspec-core (~> 3.12.0)
158158
rspec-expectations (~> 3.12.0)
159159
rspec-mocks (~> 3.12.0)
160-
rspec-core (3.12.0)
160+
rspec-core (3.12.1)
161161
rspec-support (~> 3.12.0)
162162
rspec-expectations (3.12.2)
163163
diff-lcs (>= 1.2.0, < 2.0)
164164
rspec-support (~> 3.12.0)
165-
rspec-mocks (3.12.3)
165+
rspec-mocks (3.12.4)
166166
diff-lcs (>= 1.2.0, < 2.0)
167167
rspec-support (~> 3.12.0)
168168
rspec-support (3.12.0)
169-
rubocop (1.48.0)
169+
rubocop (1.48.1)
170170
json (~> 2.3)
171171
parallel (~> 1.10)
172172
parser (>= 3.2.0.0)
@@ -213,7 +213,7 @@ GEM
213213
crack (>= 0.3.2)
214214
hashdiff (>= 0.4.0, < 2.0.0)
215215
zache (0.12.0)
216-
zeitwerk (2.6.6)
216+
zeitwerk (2.6.7)
217217

218218
PLATFORMS
219219
aarch64-linux

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.11.0'.freeze
3+
VERSION = '5.12.0'.freeze
44
end

0 commit comments

Comments
 (0)