Skip to content

Commit 4884104

Browse files
committed
bump version
1 parent ba5218c commit 4884104

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## [2.0.3] - 2025-03-23
6+
7+
### Fixed
8+
- Fix bug where users would not be migrated from v1 when setting a password manually. (#21)
9+
510
## [2.0.2] - 2024-09-30
611

712
### Changed

lib/devise-argon2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Devise
22
module Argon2
3-
ARGON2_VERSION = '2.0.2'
3+
ARGON2_VERSION = '2.0.3'
44
end
55
end

0 commit comments

Comments
 (0)