Skip to content

Commit 85f8eec

Browse files
authored
chore(release): update changelog and version to 1.5.0-dev.2 (#1108)
1 parent 30ae178 commit 85f8eec

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1+
## [1.5.0-dev.2] - 2025-04-25
2+
3+
### Bug Fixes
4+
5+
- Statesync is unstable and doesn't time out (#1059)
6+
7+
### Build
8+
9+
- Bump github.com/fxamacker/cbor/v2 from 2.4.0 to 2.8.0 (#1103)
10+
- Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#1104)
11+
- Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#1105)
12+
- Bump github.com/bufbuild/buf from 1.50.0 to 1.53.0 (#1102)
13+
- Update go to 1.24.2 (#1106)
14+
- Major update of mockery to 3.2.4 (#1107)
15+
- Bump github.com/oasisprotocol/oasis-core/go (#1089)
16+
117
## [1.5.0-dev.1] - 2025-04-16
218

319
### Features
420

521
- Filter unconfirmed txs by tx hash (#1053)
622
- Allow defining validator power threshold in consensus params (#1052)
723

24+
### Miscellaneous Tasks
25+
26+
- Update changelog and version to 1.5.0-dev.1 (#1101)
27+
828
### Build
929

1030
- Optional jobs must report success to merge PR (#993)

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.5.0-dev.1"
12+
TMVersionDefault = "1.5.0-dev.2"
1313
// ABCISemVer is the semantic version of the ABCI library
1414
ABCISemVer = "1.3.0"
1515

0 commit comments

Comments
 (0)