Skip to content

Commit

Permalink
chore(release): update changelog and bump version to 0.11.2 (#630)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Ivan Shumkov <[email protected]>

* chore(release): update changelog and version to 0.11.2

---------

Co-authored-by: Lukasz Klimek <[email protected]>
Co-authored-by: Ivan Shumkov <[email protected]>
  • Loading branch information
3 people authored May 3, 2023
1 parent 9418941 commit 63eeca3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 63eeca3

Please sign in to comment.