We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e367071 commit 203285dCopy full SHA for 203285d
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## [0.11.0-dev.3] - 2023-02-15
2
+
3
+### Bug Fixes
4
5
+- Docker tag is invalid for empty input.tag (#580) (#585)
6
+- Signature verification (#584)
7
8
+## [0.11.0-dev.2] - 2023-02-13
9
10
+### Miscellaneous Tasks
11
12
+- Update changelog and version to 0.11.0-dev.2 (#583)
13
14
## [0.10.0-dev.9] - 2023-02-10
15
16
### Bug Fixes
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.0-dev.2"
+ TMVersionDefault = "0.11.0-dev.3"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.20.0"
0 commit comments