Skip to content

Commit 2f80920

Browse files
Release v5.0.3
1 parent 5334707 commit 2f80920

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.3 - 2026-03-16
22

33
* security fixes
44
* Fix race condition vulnerability on confirmable "change email" which would allow confirming an email they don't own CVE-2026-32700 [#5783](https://github.com/heartcombo/devise/pull/5783) [#5784](https://github.com/heartcombo/devise/pull/5784)

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.2)
14+
devise (5.0.3)
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.2".freeze
4+
VERSION = "5.0.3".freeze
55
end

0 commit comments

Comments
 (0)