From cb0982e60d9ac04134657f5a64dbde63d9dfd648 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sat, 14 Sep 2024 14:04:11 +0100 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a066175..78408d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,15 +25,19 @@ - cdk: Bump `bitcoin` to `0.32.2` ([prusnak]). - 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]). ### Added - cdk: Added description to `MintQuoteBolt11Request` ([lollerfirst]). - cdk(wallet): Added description to `mint_quote` ([lollerfirst]). - cdk: Add `amount` and `fee_paid` to `Melted` ([davidcaseria]). - cdk: Add `from_proofs` on `Melted` ([davidcaseria]). +- cdk: Add unit on `PaymentResponse` ([thesimplekid]). ### Removed --cdk: Remove `MintMeltSettings` since it is no longer used ([lollerfirst]). +- cdk: Remove `MintMeltSettings` since it is no longer used ([lollerfirst]). +- cdk: `PaymentMethod::Custom` ([thesimplekid]).