Skip to content

Commit

Permalink
chore(release): releasing version 1.6.1 (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Nov 28, 2024
1 parent da02558 commit ff3f3c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.6.1](https://github.com/pactus-project/pactus/compare/v1.6.0...v1.6.1) (2024-11-29)

### Feat

- **sync**: check expired bundles ([#1618](https://github.com/pactus-project/pactus/pull/1618))

### Fix

- **crypto, state**: resolve panic on 32-bit OSes ([#1604](https://github.com/pactus-project/pactus/pull/1604))
- **cmd**: parse withdraw fee using transaction options ([#1602](https://github.com/pactus-project/pactus/pull/1602))
- **consensus**: prevent moving to next round on decided vote ([#1617](https://github.com/pactus-project/pactus/pull/1617))
- **consensus**: ignore vote verification of existing votes ([#1616](https://github.com/pactus-project/pactus/pull/1616))

## [1.6.0](https://github.com/pactus-project/pactus/compare/v1.5.0...v1.6.0) (2024-11-14)

### Feat
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: 1,
Meta: "beta",
Alias: "",
Meta: "",
Alias: "Mumbai",
}

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

0 comments on commit ff3f3c4

Please sign in to comment.