diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 2f02d180f..47656715a 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,5 +1,6 @@ ## v0.33.5 + \*\* Special thanks to external contributors on this release: diff --git a/UPGRADING.md b/UPGRADING.md index df3d7101d..ef867531e 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -7,6 +7,7 @@ a newer version of Tendermint Core. + ## v0.33.4 ### Go API @@ -17,6 +18,15 @@ a newer version of Tendermint Core. When upgrading to version 0.33.4 you will have to fetch the `third_party` directory along with the updated proto files. +## v0.33.1 + +This release is compatible with the previous version. The only change that is required is if you are fetching the protobuf files for application use. + +### Protobuf Changes + +When upgrading to version 0.33.1 you will have to fetch the `third_party` directory along with the updated proto files. + + ## v0.33.0 This release is not compatible with previous blockchains due to commit becoming signatures only and fields in the header have been removed. diff --git a/version/version.go b/version/version.go index b0521c2c1..adf7eeb66 100644 --- a/version/version.go +++ b/version/version.go @@ -20,6 +20,7 @@ const ( // Must be a string because scripts like dist.sh read this file. // XXX: Don't change the name of this variable or you will break // automation :) + TMCoreSemVer = "0.33.4" // ABCISemVer is the semantic version of the ABCI library