Skip to content

Commit

Permalink
chore(release): releasing version 1.6.4 (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Dec 10, 2024
1 parent 706a809 commit d85a437
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.6.4](https://github.com/pactus-project/pactus/compare/v1.6.3...v1.6.4) (2024-12-10)

### Feat

- **network**: evaluate propagate policy for gossip messages ([#1629](https://github.com/pactus-project/pactus/pull/1629))

### Fix

- **deps**: update some dependencies
- move LockOSThread to init
- **deps**: downgrade go-libp2p to v0.36.5 ([#1636](https://github.com/pactus-project/pactus/pull/1636))
- **consensus**: ensure slow consensus terminates on cp-round > 0 ([#1634](https://github.com/pactus-project/pactus/pull/1634))
- **gtk**: fix missing colon on connection label ([#1635](https://github.com/pactus-project/pactus/pull/1635))
- **gtk**: fix panic on Windows 11 when laoding Pactus logo ([#1633](https://github.com/pactus-project/pactus/pull/1633))

## [1.6.3](https://github.com/pactus-project/pactus/compare/v1.6.2...v1.6.3) (2024-11-30)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ var NodeVersion = Version{
Major: 1,
Minor: 6,
Patch: 4,
Meta: "beta",
Alias: "",
Meta: "",
Alias: "Mumbai",
}

// Version defines the version of Pactus software.
Expand Down

0 comments on commit d85a437

Please sign in to comment.