Skip to content

Commit 426a5d4

Browse files
authored
chore(release): prepare for 4.0.2 (#1069)
1 parent 0d2aac0 commit 426a5d4

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.0.2] - 2026-04-23
8+
9+
### 🐛 Bug Fixes
10+
11+
- Correct paidFees computation (backport of #1031 and #1061) (#1068)
12+
713
## [4.0.1] - 2026-03-25
814

915
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "4.0.1"
14+
version = "4.0.2"
1515
edition = "2024"
1616
license = "Apache-2.0"
1717
readme = "README.md"

0 commit comments

Comments
 (0)