diff --git a/CHANGELOG.md b/CHANGELOG.md index bd972b67..59fb3ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ -## [Unreleased] +## [v0.8.0](https://github.com/cashubtc/cdk/releases/tag/v0.8.0) ### Fixed - cdk: proof matches conditions was not matching payment conditions correctly ([thesimplekid]). - cdk: Updating mint_url would remove proofs when we want to keep them ([ok300]). diff --git a/justfile b/justfile index 69424d1f..ddd92243 100644 --- a/justfile +++ b/justfile @@ -124,9 +124,9 @@ release m="": args=( "-p cashu" "-p cdk-common" - "-p cdk" - "-p cdk-redb" "-p cdk-sqlite" + "-p cdk-redb" + "-p cdk" "-p cdk-rexie" "-p cdk-axum" "-p cdk-mint-rpc"