Skip to content

Commit 1054ef8

Browse files
Release v5.0.1
1 parent 03c419e commit 1054ef8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Unreleased
1+
### 5.0.1 - 2026-02-13
22

33
* bug fixes
44
* 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)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
devise (5.0.0)
14+
devise (5.0.1)
1515
bcrypt (~> 3.0)
1616
orm_adapter (~> 0.1)
1717
railties (>= 7.0)

lib/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Devise
4-
VERSION = "5.0.0".freeze
4+
VERSION = "5.0.1".freeze
55
end

0 commit comments

Comments
 (0)