mirror of
https://github.com/heartcombo/devise.git
synced 2026-02-19 02:44:31 -05:00
Release v5.0.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
### Unreleased
|
||||
### 5.0.2 - 2026-02-18
|
||||
|
||||
* enhancements
|
||||
* Allow resource class scopes to override the global configuration for `sign_in_after_change_password` behaviour. [#5825](https://github.com/heartcombo/devise/pull/5825)
|
||||
|
||||
@@ -11,7 +11,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (5.0.1)
|
||||
devise (5.0.2)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 7.0)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Devise
|
||||
VERSION = "5.0.1".freeze
|
||||
VERSION = "5.0.2".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user