diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d1b5f..a9751d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.7.2 (2024-12-09) + +### 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. + ## 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