diff --git a/CHANGELOG.md b/CHANGELOG.md index 335aa356f9..c4b518b237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -### unreleased +### 4.8.1 * enhancements - * Add support for Rails 7.0 + * Add support for Rails 7.0. Please note that Turbo integration is not fully supported by Devise yet. ### 4.8.0 - 2021-04-29 diff --git a/Gemfile.lock b/Gemfile.lock index 9270ac6d7b..40c8ec588b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails-controller-testing.git - revision: bc6f3356803d7c5d373f89a44625d59953dc0cef + revision: 36e84822ee997d69c971f03f3f3759ee4f4bdc37 specs: rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - devise (4.8.0) + devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -225,4 +225,4 @@ DEPENDENCIES webrat (= 0.7.3) BUNDLED WITH - 2.2.28 + 2.2.33 diff --git a/lib/devise/version.rb b/lib/devise/version.rb index cecc83266f..ad9c7326a3 100644 --- a/lib/devise/version.rb +++ b/lib/devise/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Devise - VERSION = "4.8.0".freeze + VERSION = "4.8.1".freeze end