Skip to content

Commit 508d4fb

Browse files
authored
Merge pull request #894 from dashpay/release_1.2.1
chore(release): update changelog and bump version to 1.2.1
2 parents 25e24d3 + f42bd39 commit 508d4fb

File tree

2 files changed

+20
-39
lines changed

2 files changed

+20
-39
lines changed

CHANGELOG.md

Lines changed: 19 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,39 @@
1-
## [1.3.0-dev.1] - 2024-08-15
1+
## [1.2.1] - 2024-08-29
22

33
### Bug Fixes
44

5-
- Vote extensions verified multiple times (#867)
5+
- Genesis.json not loaded on restart before genesis block is mined
6+
- Panic when loading invalid node key file (#888)
67

7-
### Features
8+
### Miscellaneous Tasks
89

9-
- Configuration of deadlock detection (#880)
10+
- Update changelog and version to 1.2.1-dev.1
11+
12+
### Build
1013

11-
## [1.2.0-dev.3] - 2024-08-12
14+
- Bump git-cliff to 2.4 and remove history before 1.0 (#882)
15+
16+
## [1.2.0] - 2024-08-15
1217

1318
### Bug Fixes
1419

1520
- Proposal not generated after waiting for last block time to pass (#849)
1621
- Build of dev releases fails due to invalid tags (#859)
1722
- Msg queue is too small for mainnet (#863)
1823
- Non-active validators can't verify evidence signatures (#865)
24+
- Vote extensions verified multiple times (#867)
1925

20-
### Miscellaneous Tasks
21-
22-
- Improve logs (#866)
23-
- Update changelog and version to 1.2.0-dev.3 (#868)
24-
25-
## [1.2.0-dev.2] - 2024-08-05
26-
27-
### Bug Fixes
28-
29-
- Build of dev releases fails due to invalid tags (#859)
30-
31-
### Miscellaneous Tasks
32-
33-
- Update changelog and version to 1.2.0-dev.2 (#861)
34-
35-
### Build
36-
37-
- E2e tests fail due to lack of docker-compose command (#860)
38-
39-
## [1.2.0-dev.1] - 2024-08-05
40-
41-
### Bug Fixes
26+
### Features
4227

43-
- Proposal not generated after waiting for last block time to pass (#849)
28+
- Configuration of deadlock detection (#880)
4429

4530
### Miscellaneous Tasks
4631

4732
- Update changelog and version to 1.2.0-dev.1 (#858)
4833
- Update changelog and version to 1.2.0-dev.2 (#861)
4934
- Improve logs (#866)
5035
- Update changelog and version to 1.2.0-dev.3 (#868)
36+
- Update changelog and version to 1.2.0
5137

5238
### Build
5339

@@ -81,21 +67,16 @@
8167

8268
## [1.0.0] - 2024-07-01
8369

84-
### Miscellaneous Tasks
85-
86-
- Update changelog and version to 1.0.0
87-
88-
### Build
89-
90-
- Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 (#817)
91-
92-
## [1.0.0-dev.2] - 2024-06-26
93-
9470
### Bug Fixes
9571

9672
- Ineffective PROXY_APP and ABCI env in entrypoint (#805)
9773

9874
### Miscellaneous Tasks
9975

10076
- Update changelog and version to 1.0.0-dev.2 (#806)
77+
- Update changelog and version to 1.0.0
78+
79+
### Build
80+
81+
- Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 (#817)
10182

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

0 commit comments

Comments
 (0)