diff --git a/CHANGELOG.md b/CHANGELOG.md index 69027428..1a066175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,22 @@ ### Removed --> +#[Unreleased] +### Changed +- 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]). + +### 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]). + +### Removed +-cdk: Remove `MintMeltSettings` since it is no longer used ([lollerfirst]). + + #[0.4.0] ### Summary @@ -151,4 +167,7 @@ Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk- [vnprc]: https://github.com/vnprc [cjbeery24]: https://github.com/cjbeery24 [callebtc]: https://github.com/callebtc -[ok300]: (https://github.com/ok300) +[ok300]: https://github.com/ok300 +[lollerfirst]: https://github.com/lollerfirst +[prusnak]: https://github.com/prusnak +