Skip to content

Commit

Permalink
Release v5.14.1 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev authored Jul 19, 2023
1 parent 871ce9c commit 37f00a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v5.14.1](https://github.com/auth0/ruby-auth0/tree/v5.14.1) (2023-07-19)
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.14.0...v5.14.1)

**Fixed**
- chore: should not lowercase org_name claim [\#499](https://github.com/auth0/ruby-auth0/pull/499) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v5.14.0](https://github.com/auth0/ruby-auth0/tree/v5.14.0) (2023-07-13)
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.13.0...v5.14.0)

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auth0 (5.14.0)
auth0 (5.14.1)
addressable (~> 2.8)
jwt (~> 2.7)
rest-client (~> 2.1)
Expand Down Expand Up @@ -93,7 +93,7 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
lumberjack (1.2.9)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
Expand Down
2 changes: 1 addition & 1 deletion lib/auth0/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# current version of gem
module Auth0
VERSION = '5.14.0'.freeze
VERSION = '5.14.1'.freeze
end

0 comments on commit 37f00a6

Please sign in to comment.