Commit 4a8b2552c76769b118f9024716eb35a9e16bb3ea

Cléo REBERT 2022-12-29T14:35:06

Add CHANGELOG.md Signed-off-by: Cléo REBERT <cleo.rebert-ext@treezor.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..f63a0f9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# [v1.0](https://github.com/constantoine/totp-rs/releases/tag/v1.0)
+## What's Changed
+* Fixed wrongful results using hmac-256 and hmac-512 thanks to @ironhaven extensive researches within RFC's in https://github.com/constantoine/totp-rs/pull/12
+
+## What's coming next
+- The currently used "qrcode" library is abandonned. Preliminary work showed it was not compatible woth newer versions of the "image" library
+- I'd like to take that opportunity to rethink the way the "qr" feature is presented
\ No newline at end of file