Skip to content

Commit 59218d3

Browse files
authored
chore(release): releasing version 1.7.1 (#1692)
1 parent 29edfe5 commit 59218d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.7.1](https://github.com/pactus-project/pactus/compare/v1.7.0...v1.7.1) (2025-02-09)
4+
5+
### Fix
6+
7+
- **state**: check the xeggex account hash on committing new block ([#1688](https://github.com/pactus-project/pactus/pull/1688))
8+
- **state, sandbox**: implement the PIP-38 ([#1687](https://github.com/pactus-project/pactus/pull/1687))
9+
310
## [1.7.0](https://github.com/pactus-project/pactus/compare/v1.6.0...v1.7.0) (2025-01-23)
411

512
### Feat

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: 7,
1818
Patch: 1,
19-
Meta: "beta",
20-
Alias: "",
19+
Meta: "",
20+
Alias: "Seoul",
2121
}
2222

2323
// Version defines the version of Pactus software.

0 commit comments

Comments
 (0)