We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df21d7b commit 81919ceCopy full SHA for 81919ce
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [v5.3.0](https://github.com/auth0/ruby-auth0/tree/v5.3.0) (2021-07-23)
4
+
5
+[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.2.0..v5.3.0)
6
7
+**Added**
8
9
+- Checkpoint Pagination [\#284](https://github.com/auth0/ruby-auth0/pull/284) ([davidpatrick](https://github.com/davidpatrick))
10
11
## [v5.2.0](https://github.com/auth0/ruby-auth0/tree/v5.2.0) (2021-07-20)
12
13
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.1.2..v5.2.0)
lib/auth0/version.rb
@@ -1,4 +1,4 @@
# current version of gem
module Auth0
- VERSION = '5.2.0'.freeze
+ VERSION = '5.3.0'.freeze
end
0 commit comments