diff --git a/CHANGELOG.md b/CHANGELOG.md index c82b216..f1d0211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## New version +## Authentication Zero 4.0.1 ## + * Remove rate limit from api generator ## Authentication Zero 4.0.0 ## diff --git a/Gemfile.lock b/Gemfile.lock index 5fc4a7e..ac378f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - authentication-zero (4.0.1) + authentication-zero (4.0.2) GEM remote: https://rubygems.org/ diff --git a/lib/authentication_zero/version.rb b/lib/authentication_zero/version.rb index 499273c..9d69c74 100644 --- a/lib/authentication_zero/version.rb +++ b/lib/authentication_zero/version.rb @@ -1,3 +1,3 @@ module AuthenticationZero - VERSION = "4.0.1" + VERSION = "4.0.2" end