Skip to content

Commit 8931322

Browse files
authored
chore(release): update changelog and version to 1.5.0-dev.3 (#1140)
1 parent 89aed8e commit 8931322

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,50 @@
1+
## [1.5.0-dev.3] - 2025-07-11
2+
3+
### Bug Fixes
4+
5+
- Retry dash core requests when they fail (#1139)
6+
7+
### Features
8+
9+
- Rollback --store flag to to include block store in rollback (#1137)
10+
11+
### Miscellaneous Tasks
12+
13+
- Remove shumkov from CODEOWNERS (#1119)
14+
- Update secp256k1 to use new version of btcsuite/btcd/btcec/v2 (#1118)
15+
16+
### Build
17+
18+
- Bump github.com/oasisprotocol/oasis-core/go (#1110)
19+
- Bump docker/build-push-action from 6.15.0 to 6.16.0 (#1109)
20+
- Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#1112)
21+
- Bump golang.org/x/sync from 0.13.0 to 0.14.0 (#1111)
22+
- Bump actions/setup-go from 5.4.0 to 5.5.0 (#1116)
23+
- Bump bls-signatures go-grpc-* weightedrand snappy x/net x/crypto buf and others (#1117)
24+
- Bump docker/build-push-action from 6.16.0 to 6.17.0 (#1123)
25+
- Bump google.golang.org/grpc from 1.72.0 to 1.72.2 (#1124)
26+
- Bump github.com/prometheus/common from 0.63.0 to 0.64.0 (#1120)
27+
- Bump github.com/oasisprotocol/oasis-core/go (#1125)
28+
- Bump golang.org/x/time from 0.11.0 to 0.12.0 (#1131)
29+
- Bump google.golang.org/grpc from 1.72.2 to 1.73.0 (#1129)
30+
- Bump docker/build-push-action from 6.17.0 to 6.18.0 (#1126)
31+
- Bump golang.org/x/crypto from 0.38.0 to 0.39.0 (#1130)
32+
- Bump golang.org/x/sync from 0.14.0 to 0.15.0 (#1128)
33+
- Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#1136)
34+
- Bump github.com/prometheus/common from 0.64.0 to 0.65.0 (#1135)
35+
- Bump github.com/oasisprotocol/oasis-core/go (#1134)
36+
- Bump github.com/bufbuild/buf from 1.54.0 to 1.55.1 (#1133)
37+
138
## [1.5.0-dev.2] - 2025-04-25
239

340
### Bug Fixes
441

542
- Statesync is unstable and doesn't time out (#1059)
643

44+
### Miscellaneous Tasks
45+
46+
- Update changelog and version to 1.5.0-dev.2 (#1108)
47+
748
### Build
849

950
- Bump github.com/fxamacker/cbor/v2 from 2.4.0 to 2.8.0 (#1103)

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

0 commit comments

Comments
 (0)