Skip to content

Commit fc7c6d6

Browse files
committed
chore(release): update changelog and version to 1.3.0
1 parent ca61e56 commit fc7c6d6

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [1.3.0] - 2024-09-19
2+
3+
### Bug Fixes
4+
5+
- Address already in use (#845)
6+
- Active validators not always connected to each other (#844)
7+
- Validators form islands on genesis (#850)
8+
- Panic on block_results when consensus params change (#923)
9+
10+
### Features
11+
12+
- [**breaking**] Replace dash core quorum sign with quorum platformsign (#828)
13+
- Allow overriding genesis time in InitChain (#847)
14+
15+
### Miscellaneous Tasks
16+
17+
- Update changelog and version to 1.1.0-dev.1 (#842)
18+
- Update changelog and version to 1.1.0-dev.2 (#846)
19+
- Update changelog and version to 1.1.0-dev.3 (#848)
20+
21+
### Build
22+
23+
- Bump bufbuild/buf-setup-action from 1.33.0 to 1.35.0 (#841)
24+
- Run dependabot on default branch, not master (#843)
25+
126
## [1.2.1] - 2024-08-29
227

328
### Bug Fixes
@@ -8,6 +33,7 @@
833
### Miscellaneous Tasks
934

1035
- Update changelog and version to 1.2.1-dev.1
36+
- Update changelog and version to 1.2.1
1137

1238
### Build
1339

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 = "1.2.1"
12+
TMVersionDefault = "1.3.0"
1313
// ABCISemVer is the semantic version of the ABCI library
1414
ABCISemVer = "1.2.0"
1515

0 commit comments

Comments
 (0)