From bd6f9b3263c6e779445984a818240d7c2b0a8a6d Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 25 Oct 2024 10:12:11 +0100 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78408d9a..2a8ff7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,9 @@ - cdk: Bump `lightning-invoice` to `0.32.2` ([prusnak]). - cdk: Bump `lightning` to `0.0.124` ([prusnak]). - cdk: `PaymentMethod` as a `non_exhaustive` enum ([thesimplekid]). -- cdk: `CurrencyUnit` as a `non_exhaustive` enum ([thesimpekid]). +- cdk: `CurrencyUnit` as a `non_exhaustive` enum ([thesimplekid]). +- cdk: Enforce token is single mint ([thesimplekid]). + ### Added - cdk: Added description to `MintQuoteBolt11Request` ([lollerfirst]).