From 1867f842d33ca655a614d9053dc7e989000b1acb Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Sun, 24 Nov 2024 22:26:51 -0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3917ae2..6231ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.13.0 (TBD) +## 0.13.0 (2024-11-24) - Fixed a bug in the implementation of `draw_integers` for `RpoRandomCoin` (#343). - [BREAKING] Refactor error messages and use `thiserror` to derive errors (#344).