File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
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+
39## [ v5.14.0] ( https://github.com/auth0/ruby-auth0/tree/v5.14.0 ) (2023-07-13)
410[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.13.0...v5.14.0 )
511
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- auth0 (5.14.0 )
4+ auth0 (5.14.1 )
55 addressable (~> 2.8 )
66 jwt (~> 2.7 )
77 rest-client (~> 2.1 )
9393 loofah (2.21.3 )
9494 crass (~> 1.0.2 )
9595 nokogiri (>= 1.12.0 )
96- lumberjack (1.2.8 )
96+ lumberjack (1.2.9 )
9797 method_source (1.0.0 )
9898 mime-types (3.4.1 )
9999 mime-types-data (~> 3.2015 )
Original file line number Diff line number Diff line change 11# current version of gem
22module Auth0
3- VERSION = '5.14.0 ' . freeze
3+ VERSION = '5.14.1 ' . freeze
44end
You can’t perform that action at this time.
0 commit comments