|
@@ -4,6 +4,18 @@
|
|
|
<!-- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -->
|
|
|
<!-- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -->
|
|
|
|
|
|
+## [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
|