Release v5.0.2

This commit is contained in:
Carlos Antonio da Silva
2026-02-18 11:06:29 -03:00
parent 916f94ed4b
commit 5b008ed51c
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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