aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-27 23:49:00 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-27 23:49:00 -0400
commit8aa7e36a4f2746b314b0a582f3c59cc8b6b03ca2 (patch)
tree557aa3f470fdfa1111aae255585ea4cfd8886e0d /CHANGELOG.md
parent8c49b1ea5df2325148a48cb390c75b026c8ea6f9 (diff)
downloadrbw-8aa7e36a4f2746b314b0a582f3c59cc8b6b03ca2.tar.gz
rbw-8aa7e36a4f2746b314b0a582f3c59cc8b6b03ca2.zip
changelog and version bump1.7.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a278127..aebb270 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.7.1] - 2023-03-27
+
+### Fixed
+
+* argon2 actually works now (#113, Bernd Schoolmann)
+
## [1.7.0] - 2023-03-25
### Added
@@ -8,6 +14,7 @@
interval while it is running. This defaults to once an hour, but is
configurable via the `sync_interval` option
* Email 2FA is now supported (#111, René 'Necoro' Neumann)
+* argon2 KDF is now supported (#109, Bernd Schoolmann)
### Fixed