Commit 7873dc0910b4c8c19aee51cc29595f1a0ac866cc

Cléo Rebert 2023-10-04T11:13:31

Update CHANGELOG Signed-off-by: Cléo Rebert <cleo.rebert@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93867e9..5d9ce7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [5.4.0](https://github.com/constantoine/totp-rs/releases/tag/v5.4.0) (04/10/2023)
+### Changes
+- `SecretParseError` now implements `std::error::Error`.
+
+### Special thanks
+* [@FliegendeWurst](https://github.com/FliegendeWurst) for their work on #62.
+
 # [5.3.0](https://github.com/constantoine/totp-rs/releases/tag/v5.3.0) (10/09/2023)
 ### What's new
 - Creation of a new `qrcodegen-image` subcrate to handle image creation, as the wrapper is actually nice and could be used in placed not related to `totp-rs`. (#61)