Browse Source

chore: update change log

thesimplekid 7 months ago
parent
commit
f978b080d5
1 changed files with 20 additions and 1 deletions
  1. 20 1
      CHANGELOG.md

+ 20 - 1
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
+