Bump to 4.8.1 with Rails 7 support

Also note in the Changelog that Turbo is not fully supported yet.
This commit is contained in:
Carlos Antonio da Silva 2021-12-16 08:04:20 -03:00
parent baf5e00544
commit 43800b4b85
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Devise
VERSION = "4.8.0".freeze
VERSION = "4.8.1".freeze
end