diff --git a/.changeset/release_locked_host_utxos_if_contract_formation_renewal_or_refresh_fails.md b/.changeset/release_locked_host_utxos_if_contract_formation_renewal_or_refresh_fails.md deleted file mode 100644 index 9560b6a..0000000 --- a/.changeset/release_locked_host_utxos_if_contract_formation_renewal_or_refresh_fails.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Release locked host UTXOs if contract formation, renewal, or refresh fails diff --git a/.changeset/release_locked_utxos_if_contract_formation_renewal_or_refresh_fails.md b/.changeset/release_locked_utxos_if_contract_formation_renewal_or_refresh_fails.md deleted file mode 100644 index 0f198e3..0000000 --- a/.changeset/release_locked_utxos_if_contract_formation_renewal_or_refresh_fails.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Release locked UTXOs if contract formation, renewal, or refresh fails diff --git a/CHANGELOG.md b/CHANGELOG.md index 479eaba..99b6c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.1 (2025-01-12) + +### Fixes + +- Release locked host UTXOs if contract formation, renewal, or refresh fails +- Release locked UTXOs if contract formation, renewal, or refresh fails + ## 0.9.0 (2024-12-19) ### Breaking Changes diff --git a/go.mod b/go.mod index 6a6cf6e..145f55b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/coreutils // v0.9.0 +module go.sia.tech/coreutils // v0.9.1 go 1.23.1