From 81919ce2bb123344a24dad6f82af0142fb5fac3d Mon Sep 17 00:00:00 2001 From: David Patrick Date: Sun, 25 Jul 2021 10:28:13 -0700 Subject: [PATCH] Bump to 5.3.0 (#285) --- CHANGELOG.md | 8 ++++++++ lib/auth0/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ca5118..90de9dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v5.3.0](https://github.com/auth0/ruby-auth0/tree/v5.3.0) (2021-07-23) + +[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.2.0..v5.3.0) + +**Added** + +- Checkpoint Pagination [\#284](https://github.com/auth0/ruby-auth0/pull/284) ([davidpatrick](https://github.com/davidpatrick)) + ## [v5.2.0](https://github.com/auth0/ruby-auth0/tree/v5.2.0) (2021-07-20) [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.1.2..v5.2.0) diff --git a/lib/auth0/version.rb b/lib/auth0/version.rb index b1b0f339..9a23c863 100644 --- a/lib/auth0/version.rb +++ b/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