diff --git a/CHANGELOG.md b/CHANGELOG.md index d245cad..6c09830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.15.0] + - Fix simulation for broadcaster middleware (#58) -- Added support for `replacementUuid` field in `eth_sendBundle` +- Added support for `replacementUuid` field in `eth_sendBundle` (#63) +- Made response's data field optional to support some builders other than Flashbots (#76) ## [0.14.0] @@ -191,7 +194,8 @@ Initial release. -[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.14.0...HEAD +[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.15.0...HEAD +[0.15.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.14.0...0.15.0 [0.14.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.1...0.14.0 [0.13.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.0...0.13.1 [0.13.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.12.1...0.13.0 diff --git a/Cargo.toml b/Cargo.toml index 1fe3156..a1bb6cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.14.0" +version = "0.15.0" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"