Skip to content

Commit 63eeca3

Browse files
shotonofflklimekshumkov
authored
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 <ivan@shumkov.ru> * 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 <ivan@shumkov.ru>
1 parent 9418941 commit 63eeca3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
## [0.11.2] - 2023-05-03
2+
3+
### Bug Fixes
4+
- Invalid threshold for LLMQType_25_67 (#628)
5+
16
## [0.11.1] - 2023-05-02
27

38
### Bug Fixes
49
- Missing quorum params (#626)
510

6-
711
## [0.11.0] - 2023-04-04
812

913
### Bug Fixes
@@ -259,6 +263,22 @@
259263
- Fix build
260264
- Fix abcidump after backport
261265
- Update changelog and version to 0.8.0
266+
- [**breaking**] Rename genesis.json quorum fields (#515)
267+
- [**breaking**] Remove Snapshot.core_chain_locked_height (#527)
268+
- Update changelog and version to 0.10.0-dev.6 (#526)
269+
- Update changelog and version to 0.11.0-dev.1 (#530)
270+
- Update changelog and version to 0.10.0-dev.7 (#536)
271+
- Update bls library (#535)
272+
- Update changelog and version to 0.10.0-dev.9 (#579)
273+
- Update changelog and version to 0.11.0-dev.2 (#583)
274+
- Update changelog and version to 0.11.0-dev.3 (#586)
275+
- Bump up dashd-go version to v0.23.6 (#587)
276+
- Update changelog and version to 0.10.0-dev.10 (#588)
277+
- Update changelog and version to 0.10.0-dev.11 (#591)
278+
- Update changelog and version to 0.11.0-dev.4 (#593)
279+
- Add quote to CGO variables in Makefile (#597)
280+
- Update changelog and version to 0.11.1 (#627)
281+
- Catch up the changes from master into v0.11 dev (#629)
262282

263283
### PBTS
264284

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var (
99
const (
1010
// TMVersionDefault is the used as the fallback version for Tenderdash
1111
// when not using git describe. It is formatted with semantic versioning.
12-
TMVersionDefault = "0.11.1"
12+
TMVersionDefault = "0.11.2"
1313
// ABCISemVer is the semantic version of the ABCI library
1414
ABCISemVer = "0.20.0"
1515

0 commit comments

Comments
 (0)