Skip to content

Commit 37f00a6

Browse files
Release v5.14.1 (#501)
1 parent 871ce9c commit 37f00a6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)
@@ -93,7 +93,7 @@ GEM
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)

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

0 commit comments

Comments
 (0)