From 67ca48ea5766ddfdc282a792585aa7dce99ca940 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:14:40 +0000 Subject: [PATCH] chore: prepare release 0.7.2 --- CHANGELOG.md | 12 ++++++++++++ go.mod | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d1b5f..621123c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.7.2 (2024-12-12) + +### Features + +#### Allow revisions to set MaxRevisionNumber + +`MaxRevisionNumber` was previously used to finalize contracts, but that is not the case anymore, so the restriction can be removed. + +### Fixes + +- Include storage cost in renter renewal cost + ## 0.7.1 (2024-12-04) ### Fixes diff --git a/go.mod b/go.mod index 1939fa5..183e234 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/core // v0.7.1 +module go.sia.tech/core // v0.7.2 go 1.23.1