From 63eeca30535626ad59a139f71539d4ff9336a884 Mon Sep 17 00:00:00 2001 From: Dmitrii Golubev Date: Wed, 3 May 2023 09:13:31 +0200 Subject: [PATCH] chore(release): update changelog and bump version to 0.11.2 (#630) * chore: catch up the changes from master into v0.11 dev (#629) * chore(release): update changelog and version to 0.11.0 * fix: invalid threshold for `LLMQType_25_67` (#628) --------- Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Co-authored-by: Ivan Shumkov * chore(release): update changelog and version to 0.11.2 --------- Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Co-authored-by: Ivan Shumkov --- CHANGELOG.md | 22 +++++++++++++++++++++- version/version.go | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04004f2dc5..7b55a74b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ +## [0.11.2] - 2023-05-03 + +### Bug Fixes +- Invalid threshold for LLMQType_25_67 (#628) + ## [0.11.1] - 2023-05-02 ### Bug Fixes - Missing quorum params (#626) - ## [0.11.0] - 2023-04-04 ### Bug Fixes @@ -259,6 +263,22 @@ - Fix build - Fix abcidump after backport - Update changelog and version to 0.8.0 +- [**breaking**] Rename genesis.json quorum fields (#515) +- [**breaking**] Remove Snapshot.core_chain_locked_height (#527) +- Update changelog and version to 0.10.0-dev.6 (#526) +- Update changelog and version to 0.11.0-dev.1 (#530) +- Update changelog and version to 0.10.0-dev.7 (#536) +- Update bls library (#535) +- Update changelog and version to 0.10.0-dev.9 (#579) +- Update changelog and version to 0.11.0-dev.2 (#583) +- Update changelog and version to 0.11.0-dev.3 (#586) +- Bump up dashd-go version to v0.23.6 (#587) +- Update changelog and version to 0.10.0-dev.10 (#588) +- Update changelog and version to 0.10.0-dev.11 (#591) +- Update changelog and version to 0.11.0-dev.4 (#593) +- Add quote to CGO variables in Makefile (#597) +- Update changelog and version to 0.11.1 (#627) +- Catch up the changes from master into v0.11 dev (#629) ### PBTS diff --git a/version/version.go b/version/version.go index 4dfab9c543..e666b0d140 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 = "0.11.1" + TMVersionDefault = "0.11.2" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.20.0"