From 15b02fd2eebcd56c3760aab246f9921a13ccce07 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Wed, 28 May 2025 14:15:39 -0400 Subject: [PATCH] chore: update change log --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18d3d24..261f92a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ +## [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]). + +### 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]). + ## [0.9.2](https://github.com/cashubtc/cdk/releases/tag/v0.9.2) ### Added - HTLC from hash support [PR](https://github.com/cashubtc/cdk/pull/753) ([thesimplekid]). @@ -353,3 +365,4 @@ Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk- [nodlAndHodl]: https://github.com/nodlAndHodl [benthecarman]: https://github.com/benthecarman [Darrell]: https://github.com/Darrellbor +[asmo]: https://github.com/asmogo