We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5218c commit 4884104Copy full SHA for 4884104
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
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
10
## [2.0.2] - 2024-09-30
11
12
### Changed
lib/devise-argon2/version.rb
@@ -1,5 +1,5 @@
1
module Devise
module Argon2
- ARGON2_VERSION = '2.0.2'
+ ARGON2_VERSION = '2.0.3'
end
0 commit comments