diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb704f..37b51cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.87.0](https://github.com/propeller-heads/tycho-execution/compare/0.86.0...0.87.0) (2025-05-05) + + +### Features + +* Update PancakeV2 executor addresses ([872aa57](https://github.com/propeller-heads/tycho-execution/commit/872aa576e6799a3d4b73f3ed244a7b2a0eac06ec)) + + +### Bug Fixes + +* pass permit2 in deployment scripts ([ba19b00](https://github.com/propeller-heads/tycho-execution/commit/ba19b000dcdbcd0bb27c35faccb18f84bc3f8bcf)) + ## [0.86.0](https://github.com/propeller-heads/tycho-execution/compare/0.85.1...0.86.0) (2025-05-02) diff --git a/Cargo.lock b/Cargo.lock index f89c5df..f00fd5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4469,7 +4469,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.86.0" +version = "0.87.0" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index a7a3f7c..230509b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.86.0" +version = "0.87.0" edition = "2021" description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors." repository = "https://github.com/propeller-heads/tycho-execution"