From 51dc3ebb85909acb1fab0331c0966b2a5d1f8eed Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 7 Aug 2021 17:30:43 -0400 Subject: [PATCH] Release v1.14 --- Changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 696e93f..5719ece 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,14 +1,14 @@ -# v1.15 (future) +# v1.15 (work in progress, not ETA at the moment) -# v1.14 (ETA: ~ 15 days) +# v1.14 (ETA: Released 08/07/2021) v1.14 will unfortunately be incompatible with v1.13, as I have dropped Poly1305 in favour of an HMAC. Because I have appended the encryptor version to the encrypted data in v1.13, however, v1.14 and on will be able to tell you which version your data was encrypted with so that you can fetch the correct verion of Picocrypt. There are no security issues in any previous versions of Picocrypt as long as you use a strong password.