# Changelog ## [Unreleased] ### Summary ### Changed cdk(wallet): `wallet:receive` will not claim `proofs` from a mint other then the wallet's mint ([thesimplekid]). cdk(NUT00): `Token` is changed from a struct to enum of either `TokenV4` or `Tokenv3` ([thesimplekid]). cdk(NUT00): Rename `MintProofs` to `TokenV3Token` ([thesimplekid]). ### Added cdk: TokenV4 CBOR ([davidcaseria]/[thesimplekid]). cdk(wallet): `wallet::receive_proof` functions to claim specific proofs instead of encoded token ([thesimplekid]). cdk-cli: Flag on `send` to print v3 token, default is v4 ([thesimplekid]). cdk: `MintLightning` trait ([thesimplekid]). cdk-mintd: Mint binary ([thesimplekid]). cdk-cln: cln backend for mint ([thesimplekid]). cdk-axum: Mint axum server ([thesimplekid]). cdk: NUT06 `MintInfo` and `NUTs` builder ([thesimplekid]). ### Fixed cdk: NUT06 deseralize `MintInfo` ([thesimplekid]). ## [v0.1.1] ### Summary ### Changed cdk(wallet): `wallet::total_pending_balance` does not include reserced proofs ([thesimplekid]). ### Added cdk(wallet): Added get reserved proofs [thesimplekid](https://github.com/thesimplekid). [thesimplekid]: https://github.com/thesimplekid [davidcaseria]: https://github.com/davidcaseria