Skip to content

Commit

Permalink
Release v5.10.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Oct 10, 2022
1 parent 1ff315b commit 5e4ec6d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v5.10.0](https://github.com/auth0/ruby-auth0/tree/v5.10.0) (2022-10-10)
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.9.0...v5.10.0)

**Changed**
- Update jwt ~2.5 [\#384](https://github.com/auth0/ruby-auth0/pull/384) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Fixed**
- Stop :get, :delete parameters from bleeding into subsequent requests [\#388](https://github.com/auth0/ruby-auth0/pull/388) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Support complex field names in export_users [\#387](https://github.com/auth0/ruby-auth0/pull/387) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Reconfigure rate limiting exponential backoff [\#386](https://github.com/auth0/ruby-auth0/pull/386) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v5.9.0](https://github.com/auth0/ruby-auth0/tree/v5.9.0) (2022-08-24)
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.8.1...v5.9.0)

Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auth0 (5.9.0)
auth0 (5.10.0)
addressable (~> 2.8)
jwt (~> 2.5)
rest-client (~> 2.1)
Expand Down Expand Up @@ -103,6 +103,8 @@ GEM
netrc (0.11.0)
nokogiri (1.13.8-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -215,6 +217,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-21
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -244,4 +247,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.22
2.3.7
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.9.0'.freeze
VERSION = '5.10.0'.freeze
end

0 comments on commit 5e4ec6d

Please sign in to comment.