Skip to content

Commit bda5e7b

Browse files
authored
chore(release): update changelog and version to 0.12.0-dev.1 (#608)
1 parent 84b4a09 commit bda5e7b

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
1+
## [0.12.0-dev.1] - 2023-03-17
2+
3+
### Bug Fixes
4+
5+
- Replace tenderdash init single with validator (#599)
6+
- Broken error handling in ValueOp (VSA-2022-100) (#601)
7+
- Broken error handling in ValueOp (VSA-2022-100) (#601)
8+
9+
### Documentation
10+
11+
- Improve protobuf documentation (#604)
12+
13+
### Miscellaneous Tasks
14+
15+
- Add quote to CGO variables in Makefile (#597)
16+
17+
### Refactor
18+
19+
- Introduce p2p proto Envelope as a wrapper for p2p messages (#598)
20+
- Consensus state to fix deadlock (#491)
21+
22+
### Testing
23+
24+
- Fix TestMakeHTTPDialerURL (#605)
25+
26+
### Backport
27+
28+
- V0.10 to v0.11 (#596)
29+
130
## [0.11.0-dev.4] - 2023-02-22
231

32+
### Miscellaneous Tasks
33+
34+
- Update changelog and version to 0.11.0-dev.4 (#593)
35+
336
### Backport
437

538
- Catch up the recent changes from v0.10 to v0.11 (#589)

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.0-dev.4"
12+
TMVersionDefault = "0.12.0-dev.1"
1313
// ABCISemVer is the semantic version of the ABCI library
1414
ABCISemVer = "0.20.0"
1515

0 commit comments

Comments
 (0)