From 4e7d45bb98601b88cbbf926b8f21c2f99f2f73c9 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sat, 7 Jun 2025 16:16:37 +0100 Subject: [PATCH] chore: update changelog v0.9.3 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 261f92a6..6b2848cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,22 @@ ## [Unreleased] ### Added -- Docker build workflow for arm64 images [PR](https://github.com/cashubtc/cdk/pull/770) ([asmo]). - SignatoryManager service [PR](https://github.com/cashubtc/cdk/pull/509) ([crodas]). - Mint URL flag option [PR](https://github.com/cashubtc/cdk/pull/765) ([thesimplekid]). - Export NUT-06 supported settings field [PR](https://github.com/cashubtc/cdk/pull/764) ([davidcaseria]). +- Docker build workflow for arm64 images [PR](https://github.com/cashubtc/cdk/pull/770) ([asmo]). ### Changed -- Updated Nix flake to 25.05 and removed Nix cache [PR](https://github.com/cashubtc/cdk/pull/769) ([thesimplekid]). - Updated dependencies [PR](https://github.com/cashubtc/cdk/pull/761) ([thesimplekid]). - Refactored NUT-04 and NUT-05 [PR](https://github.com/cashubtc/cdk/pull/749) ([thesimplekid]). +- Updated Nix flake to 25.05 and removed Nix cache [PR](https://github.com/cashubtc/cdk/pull/769) ([thesimplekid]). + +## [0.9.3] +### Changed +- Melt will perform swap before attempting to melt if exact amount is not available [PR](https://github.com/cashubtc/cdk/pull/793) ([crodas]). + +### Fixed +- Handle old nut15 format to keep compatibility with older nutshell version [PR](https://github.com/cashubtc/cdk/pull/794) ([thesimplekid]). ## [0.9.2](https://github.com/cashubtc/cdk/releases/tag/v0.9.2) ### Added