Skip to content

Commit

Permalink
Release v5.17.0 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev committed May 28, 2024
1 parent 3c2a96a commit dfaf929
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.16.0
v5.17.0
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.17.0](https://github.com/auth0/ruby-auth0/tree/v5.17.0) (2024-05-24)
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.16.0...v5.17.0)

**Added**
- Add user session management API calls [\#588](https://github.com/auth0/ruby-auth0/pull/588) ([wjohnstondrip](https://github.com/wjohnstondrip))

## [v5.16.0](https://github.com/auth0/ruby-auth0/tree/v5.16.0) (2023-11-13)
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.15.0...v5.16.0)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auth0 (5.16.0)
auth0 (5.17.0)
addressable (~> 2.8)
jwt (~> 2.7)
rest-client (~> 2.1)
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.16.0'.freeze
VERSION = '5.17.0'.freeze
end

0 comments on commit dfaf929

Please sign in to comment.