Skip to content

Commit d85a437

Browse files
authored
chore(release): releasing version 1.6.4 (#1638)
1 parent 706a809 commit d85a437

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.6.4](https://github.com/pactus-project/pactus/compare/v1.6.3...v1.6.4) (2024-12-10)
4+
5+
### Feat
6+
7+
- **network**: evaluate propagate policy for gossip messages ([#1629](https://github.com/pactus-project/pactus/pull/1629))
8+
9+
### Fix
10+
11+
- **deps**: update some dependencies
12+
- move LockOSThread to init
13+
- **deps**: downgrade go-libp2p to v0.36.5 ([#1636](https://github.com/pactus-project/pactus/pull/1636))
14+
- **consensus**: ensure slow consensus terminates on cp-round > 0 ([#1634](https://github.com/pactus-project/pactus/pull/1634))
15+
- **gtk**: fix missing colon on connection label ([#1635](https://github.com/pactus-project/pactus/pull/1635))
16+
- **gtk**: fix panic on Windows 11 when laoding Pactus logo ([#1633](https://github.com/pactus-project/pactus/pull/1633))
17+
318
## [1.6.3](https://github.com/pactus-project/pactus/compare/v1.6.2...v1.6.3) (2024-11-30)
419

520
### Fix

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ var NodeVersion = Version{
1616
Major: 1,
1717
Minor: 6,
1818
Patch: 4,
19-
Meta: "beta",
20-
Alias: "",
19+
Meta: "",
20+
Alias: "Mumbai",
2121
}
2222

2323
// Version defines the version of Pactus software.

0 commit comments

Comments
 (0)