mirror of
https://github.com/heartcombo/devise.git
synced 2026-02-19 02:44:31 -05:00
Release v5.0.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
### Unreleased
|
||||
### 5.0.1 - 2026-02-13
|
||||
|
||||
* bug fixes
|
||||
* Fix translation issue with German `E-Mail` on invalid authentication messages caused by previous fix for incorrect grammar [#5822](https://github.com/heartcombo/devise/pull/5822)
|
||||
|
||||
@@ -11,7 +11,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (5.0.0)
|
||||
devise (5.0.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 7.0)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Devise
|
||||
VERSION = "5.0.0".freeze
|
||||
VERSION = "5.0.1".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user