Release v5.0.1

This commit is contained in:
Carlos Antonio da Silva
2026-02-13 14:52:01 -03:00
parent 03c419e70c
commit 1054ef82e7
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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