Browse Source

chore: cdk-mintd v0.7.2

thesimplekid 1 month ago
parent
commit
e1458b07a8
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      crates/cdk-mintd/Cargo.toml

+ 5 - 0
CHANGELOG.md

@@ -23,6 +23,11 @@
 
 #[Unrelased]
 
+#[cdk-mintd:v0.7.2]
+### Fixed
+-cdk-mintd: Fixed mint and melt error on mint initialized with RPC interface disabled ([ok300]).
+
+
 #[v0.7.1]
 ### Changed
 - cdk: Debug print of `Id` is hex ([thesimplekid]).

+ 1 - 1
crates/cdk-mintd/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "cdk-mintd"
-version = "0.7.1"
+version = "0.7.2"
 edition = "2021"
 authors = ["CDK Developers"]
 license = "MIT"