File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- v5.16 .0
1
+ v5.17 .0
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v5.17.0] ( https://github.com/auth0/ruby-auth0/tree/v5.17.0 ) (2024-05-24)
4
+ [ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.16.0...v5.17.0 )
5
+
6
+ ** Added**
7
+ - Add user session management API calls [ \# 588] ( https://github.com/auth0/ruby-auth0/pull/588 ) ([ wjohnstondrip] ( https://github.com/wjohnstondrip ) )
8
+
3
9
## [ v5.16.0] ( https://github.com/auth0/ruby-auth0/tree/v5.16.0 ) (2023-11-13)
4
10
[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.15.0...v5.16.0 )
5
11
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- auth0 (5.16 .0 )
4
+ auth0 (5.17 .0 )
5
5
addressable (~> 2.8 )
6
6
jwt (~> 2.7 )
7
7
rest-client (~> 2.1 )
Original file line number Diff line number Diff line change 1
1
# current version of gem
2
2
module Auth0
3
- VERSION = '5.16 .0' . freeze
3
+ VERSION = '5.17 .0' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments