Skip to content

Commit c90d658

Browse files
committed
chore(release): update changelog and version to 1.3.1
1 parent 71764d5 commit c90d658

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [1.3.1] - 2024-11-02
2+
3+
### Bug Fixes
4+
5+
- Num of validators that didn't sign is always 0 (#905)
6+
- We should panic if finalize block on apply commit fails (#966)
7+
8+
### Documentation
9+
10+
- Update readme (#934)
11+
- Fix broken links (#940)
12+
13+
### Testing
14+
15+
- Update tests for new proposal selection algo (#925)
16+
- Fix proposer selection test (#926)
17+
18+
### Build
19+
20+
- Bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 (#950)
21+
- Bump docker/setup-buildx-action from 3.3.0 to 3.7.1 (#949)
22+
- Bump golang.org/x/crypto from 0.25.0 to 0.28.0 (#945)
23+
- Bump golang.org/x/term from 0.22.0 to 0.25.0 (#942)
24+
- Bump docker/build-push-action from 6.0.0 to 6.9.0 (#935)
25+
- Go 1.23, mockery 2.46.2, golangci-lint 1.61 (#954)
26+
127
## [1.3.0] - 2024-09-19
228

329
### Bug Fixes
@@ -17,6 +43,7 @@
1743
- Update changelog and version to 1.1.0-dev.1 (#842)
1844
- Update changelog and version to 1.1.0-dev.2 (#846)
1945
- Update changelog and version to 1.1.0-dev.3 (#848)
46+
- Update changelog and version to 1.3.0
2047

2148
### Build
2249

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

0 commit comments

Comments
 (0)