Skip to content

Commit b92950a

Browse files
authored
chore(release): update changelog and version to 0.11.0-dev.4 (#593)
1 parent d78eced commit b92950a

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,43 @@
1+
## [0.11.0-dev.4] - 2023-02-22
2+
3+
### Backport
4+
5+
- Catch up the recent changes from v0.10 to v0.11 (#589)
6+
7+
## [0.10.0-dev.11] - 2023-02-22
8+
9+
### Miscellaneous Tasks
10+
11+
- Update changelog and version to 0.10.0-dev.11 (#591)
12+
13+
### Refactor
14+
15+
- Use llmq.Validate function to validate llmq type (#590)
16+
17+
## [0.10.0-dev.10] - 2023-02-22
18+
19+
### Miscellaneous Tasks
20+
21+
- Bump up dashd-go version to v0.23.6 (#587)
22+
- Update changelog and version to 0.10.0-dev.10 (#588)
23+
124
## [0.11.0-dev.3] - 2023-02-15
225

326
### Bug Fixes
427

528
- Docker tag is invalid for empty input.tag (#580) (#585)
629
- Signature verification (#584)
730

31+
### Miscellaneous Tasks
32+
33+
- Update changelog and version to 0.11.0-dev.3 (#586)
34+
835
## [0.11.0-dev.2] - 2023-02-13
936

37+
### Bug Fixes
38+
39+
- Docker tag is invalid for empty input.tag (#580)
40+
1041
### Miscellaneous Tasks
1142

1243
- Update changelog and version to 0.11.0-dev.2 (#583)
@@ -5657,7 +5688,7 @@
56575688
- Only run when applicable (#4752)
56585689
- Check git diff on each job (#4770)
56595690
- Checkout code before git diff check (#4779)
5660-
- Add paths
5691+
- Add paths
56615692
- Bump the timeout for test_coverage (#4864)
56625693
- Migrate localnet to github actions (#4878)
56635694
- Add timeouts (#4912)
@@ -5940,7 +5971,7 @@
59405971

59415972
### Swagger
59425973

5943-
- Remove duplicate blockID
5974+
- Remove duplicate blockID
59445975
- Define version (#4952)
59455976

59465977
### Template

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

0 commit comments

Comments
 (0)