diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a0f61..57f5e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.129.0](https://github.com/propeller-heads/tycho-execution/compare/0.128.1...0.129.0) (2025-09-30) + + +### Features + +* Update tycho-common version ([6c5e17a](https://github.com/propeller-heads/tycho-execution/commit/6c5e17a6701e426dcd19eb433cee22f11e55ce02)) + ## [0.128.1](https://github.com/propeller-heads/tycho-execution/compare/0.128.0...0.128.1) (2025-09-29) diff --git a/Cargo.lock b/Cargo.lock index 1da4cdf..8bafab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4684,7 +4684,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.128.1" +version = "0.129.0" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d7ec90c..bb4e36a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.128.1" +version = "0.129.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"