From daecdc200ed6679b033921218b34836fe8e59d1c Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:57:04 +0200 Subject: [PATCH] chore(release): update changelog and version to 1.3.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ version/version.go | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962a98d08..8c94e6c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [1.3.0] - 2024-09-19 + +### Bug Fixes + +- Address already in use (#845) +- Active validators not always connected to each other (#844) +- Validators form islands on genesis (#850) +- Panic on block_results when consensus params change (#923) + +### Features + +- [**breaking**] Replace dash core quorum sign with quorum platformsign (#828) +- Allow overriding genesis time in InitChain (#847) + +### Miscellaneous Tasks + +- Update changelog and version to 1.1.0-dev.1 (#842) +- Update changelog and version to 1.1.0-dev.2 (#846) +- Update changelog and version to 1.1.0-dev.3 (#848) + +### Build + +- Bump bufbuild/buf-setup-action from 1.33.0 to 1.35.0 (#841) +- Run dependabot on default branch, not master (#843) + ## [1.2.1] - 2024-08-29 ### Bug Fixes @@ -8,6 +33,7 @@ ### Miscellaneous Tasks - Update changelog and version to 1.2.1-dev.1 +- Update changelog and version to 1.2.1 ### Build diff --git a/version/version.go b/version/version.go index 6f70c107a..1782ff03a 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ var ( const ( // TMVersionDefault is the used as the fallback version for Tenderdash // when not using git describe. It is formatted with semantic versioning. - TMVersionDefault = "1.2.1" + TMVersionDefault = "1.3.0" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "1.2.0"