File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v5.14.1] ( https://github.com/auth0/ruby-auth0/tree/v5.14.1 ) (2023-07-19)
4
+ [ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.14.0...v5.14.1 )
5
+
6
+ ** Fixed**
7
+ - chore: should not lowercase org_name claim [ \# 499] ( https://github.com/auth0/ruby-auth0/pull/499 ) ([ stevehobbsdev] ( https://github.com/stevehobbsdev ) )
8
+
3
9
## [ v5.14.0] ( https://github.com/auth0/ruby-auth0/tree/v5.14.0 ) (2023-07-13)
4
10
[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.13.0...v5.14.0 )
5
11
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- auth0 (5.14.0 )
4
+ auth0 (5.14.1 )
5
5
addressable (~> 2.8 )
6
6
jwt (~> 2.7 )
7
7
rest-client (~> 2.1 )
93
93
loofah (2.21.3 )
94
94
crass (~> 1.0.2 )
95
95
nokogiri (>= 1.12.0 )
96
- lumberjack (1.2.8 )
96
+ lumberjack (1.2.9 )
97
97
method_source (1.0.0 )
98
98
mime-types (3.4.1 )
99
99
mime-types-data (~> 3.2015 )
Original file line number Diff line number Diff line change 1
1
# current version of gem
2
2
module Auth0
3
- VERSION = '5.14.0 ' . freeze
3
+ VERSION = '5.14.1 ' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments