From 7873dc0910b4c8c19aee51cc29595f1a0ac866cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Rebert?= Date: Wed, 4 Oct 2023 11:13:31 +0200 Subject: [PATCH] Update CHANGELOG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cléo Rebert --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)