Skip to content

Commit 5a0bbc2

Browse files
committed
get ready to release 2.0.2
1 parent 86b122b commit 5a0bbc2

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Changelog
1+
# Changelog
22

33
## Unreleased
44

5+
## [2.0.2] - 2024-09-30
6+
7+
### Changed
8+
- When migrating users from v1 to v2, the `encrypted_password` update will no longer trigger callbacks (ie send email to users)
9+
10+
### Added
11+
- Tests for newer dependency versions
12+
513
## [2.0.1] - 2023-10-18
614

715
### Added
@@ -19,12 +27,12 @@
1927
- Add support for migrating bcrypt hashes
2028
- Add tests for Mongoid
2129
- Add Changelog :)
22-
30+
2331
### Changed
2432
- Change salting / peppering mechanism
2533
- Change CI from Travis to GitHub Actions
26-
27-
### Removed
34+
35+
### Removed
2836
- Remove `devise-encryptable` dependency
2937
- Remove superflous dependency on devise `password_salt` column
3038

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.1'
3+
ARGON2_VERSION = '2.0.2'
44
end
55
end

0 commit comments

Comments
 (0)