diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3c518f78..a5d6950493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.6.2] - 2023-06-29 + ### Added - `starknet_estimateMessageFee` for JSON-RPC v0.3.1 to estimate message fee from L1 handler. diff --git a/Cargo.lock b/Cargo.lock index e317e84532..204c3d116f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5904,7 +5904,7 @@ checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" [[package]] name = "pathfinder" -version = "0.6.0" +version = "0.6.2" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 28fb2b902c..c458777b00 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.6.0" +version = "0.6.2" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.65"