From 23eadbe35b9d89b62ca63018186c03a579899242 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 15 Nov 2024 19:50:42 +0000 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb43cef5..47078970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ - cdk: Use `MintUrl` directly in wallet client ([ok300]). - cdk-cli: Change cdk-cli pay command to melt ([mubarak23]). - cdk: Rename `Wallet::get_proofs` to `Wallet::get_unspent_proofs` ([ok300]). +- cdk: `Id` to `u32` changed from `TryFrom` to `From` ([vnrpc]). ### Added @@ -47,7 +48,7 @@ - cdk: Add description for mint quote ([lollerfirst]). - cdk-axum: Add cache to some endpoints ([lollerfirst]). - cdk: Add Proofs trait ([ok300]). -- cdk: Wallet verifiys keyset id when first fetching keys ([thesimplekid]). +- cdk: Wallet verifies keyset id when first fetching keys ([thesimplekid]). - cdk-mind: Add swagger docs ([ok300]). - cdk: NUT18 payment request support ([thesimplekid]). - cdk: Add `Wallet::get_proofs_with` ([ok300]). @@ -198,4 +199,5 @@ Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk- [lollerfirst]: https://github.com/lollerfirst [prusnak]: https://github.com/prusnak [mubarak23]: https://github.com/mubarak23 +[vnprc]: https://github.com/vnprc diff --git a/README.md b/README.md index 828131ad..5ff08b49 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Code is under the [MIT License](LICENSE) ## Contribution -All contributions welcome. +All contributions are welcome. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.