diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c2a929..e31c8308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Authentication Zero 2.16.25 ## + +* Add new option to refresh otp secret + ## Authentication Zero 2.16.24 ## * Remove otp secret from client diff --git a/Gemfile.lock b/Gemfile.lock index d03922e7..d9e97f95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - authentication-zero (2.16.24) + authentication-zero (2.16.25) GEM remote: https://rubygems.org/ diff --git a/lib/authentication_zero/version.rb b/lib/authentication_zero/version.rb index fe49f50d..3d0df6fc 100644 --- a/lib/authentication_zero/version.rb +++ b/lib/authentication_zero/version.rb @@ -1,3 +1,3 @@ module AuthenticationZero - VERSION = "2.16.24" + VERSION = "2.16.25" end