diff --git a/CHANGELOG.md b/CHANGELOG.md index e4839946..b6f1e7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1](https://github.com/worldcoin/bedrock/compare/0.7.0...0.7.1) - 2026-09-11 + +### Added + +- *(transactions)* prepare ERC-20 transfers before signing ([#439](https://github.com/worldcoin/bedrock/pull/439)) + +### Other + +- *(contracts)* point TFH paymaster at the new proxy ([#448](https://github.com/worldcoin/bedrock/pull/448)) + ## [0.7.0](https://github.com/worldcoin/bedrock/compare/0.6.2...0.7.0) - 2026-09-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index e061adc5..cd6a0f6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,7 +1705,7 @@ dependencies = [ [[package]] name = "bedrock" -version = "0.7.0" +version = "0.7.1" dependencies = [ "alloy", "anyhow", @@ -1763,7 +1763,7 @@ dependencies = [ [[package]] name = "bedrock-macros" -version = "0.7.0" +version = "0.7.1" dependencies = [ "proc-macro2", "quote", @@ -6297,7 +6297,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.7.0" +version = "0.7.1" dependencies = [ "uniffi", ] @@ -7161,7 +7161,7 @@ checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" [[package]] name = "xtask" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a2febf4e..b2fa9e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["Ethereum", "WorldChain", "World"] license = "MIT" readme = "./README.md" repository = "https://github.com/worldcoin/bedrock" -version = "0.7.0" +version = "0.7.1" [workspace.dependencies] # NOTE: Maintain parity with org-wide UNIFFI_VERSION