Skip to content

Commit dbdff31

Browse files
authored
Release v5.19.0 (#728)
2 parents 4bbf6fb + 6c23dfe commit dbdff31

4 files changed

Lines changed: 27 additions & 18 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.18.1
1+
v5.19.0

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+
## [v5.19.0](https://github.com/auth0/ruby-auth0/tree/v5.19.0) (2026-05-08)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.18.1...v5.19.0)
5+
6+
**Added**
7+
- Make Auth0::Client#get_token public [\#725](https://github.com/auth0/ruby-auth0/pull/725) ([ttstarck](https://github.com/ttstarck))
8+
9+
**Fixed**
10+
- Ship only runtime files in packaged gem to eliminate scanner false positives [\#721](https://github.com/auth0/ruby-auth0/pull/721) ([tmertens](https://github.com/tmertens))
11+
312
## [v5.18.1](https://github.com/auth0/ruby-auth0/tree/v5.18.1) (2026-03-13)
413
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.18.0...v5.18.1)
514

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.18.1)
4+
auth0 (5.19.0)
55
addressable (~> 2.8)
66
jwt (~> 2.7)
77
rest-client (~> 2.1)
@@ -11,7 +11,7 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
activesupport (8.1.2.1)
14+
activesupport (8.1.3)
1515
base64
1616
bigdecimal
1717
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -42,16 +42,16 @@ GEM
4242
drb (2.2.3)
4343
faker (2.23.0)
4444
i18n (>= 1.8.11, < 2)
45-
ffi (1.17.3-aarch64-linux-gnu)
46-
ffi (1.17.3-aarch64-linux-musl)
47-
ffi (1.17.3-arm-linux-gnu)
48-
ffi (1.17.3-arm-linux-musl)
49-
ffi (1.17.3-arm64-darwin)
50-
ffi (1.17.3-x86-linux-gnu)
51-
ffi (1.17.3-x86-linux-musl)
52-
ffi (1.17.3-x86_64-darwin)
53-
ffi (1.17.3-x86_64-linux-gnu)
54-
ffi (1.17.3-x86_64-linux-musl)
45+
ffi (1.17.4-aarch64-linux-gnu)
46+
ffi (1.17.4-aarch64-linux-musl)
47+
ffi (1.17.4-arm-linux-gnu)
48+
ffi (1.17.4-arm-linux-musl)
49+
ffi (1.17.4-arm64-darwin)
50+
ffi (1.17.4-x86-linux-gnu)
51+
ffi (1.17.4-x86-linux-musl)
52+
ffi (1.17.4-x86_64-darwin)
53+
ffi (1.17.4-x86_64-linux-gnu)
54+
ffi (1.17.4-x86_64-linux-musl)
5555
formatador (1.2.3)
5656
reline
5757
fuubar (2.5.1)
@@ -74,12 +74,12 @@ GEM
7474
rspec (>= 2.99.0, < 4.0)
7575
hashdiff (1.2.1)
7676
http-accept (1.7.0)
77-
http-cookie (1.1.0)
77+
http-cookie (1.1.6)
7878
domain_name (~> 0.5)
7979
i18n (1.14.8)
8080
concurrent-ruby (~> 1.0)
8181
io-console (0.8.2)
82-
json (2.19.4)
82+
json (2.19.5)
8383
jwt (2.10.2)
8484
base64
8585
language_server-protocol (3.17.0.5)
@@ -94,8 +94,8 @@ GEM
9494
mime-types (3.7.0)
9595
logger
9696
mime-types-data (~> 3.2025, >= 3.2025.0507)
97-
mime-types-data (3.2026.0303)
98-
minitest (6.0.2)
97+
mime-types-data (3.2026.0414)
98+
minitest (6.0.6)
9999
drb (~> 2.0)
100100
prism (~> 1.5)
101101
nenv (0.3.0)

lib/auth0/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# current version of gem
22
module Auth0
3-
VERSION = '5.18.1'.freeze
3+
VERSION = '5.19.0'.freeze
44
end

0 commit comments

Comments
 (0)