diff --git a/CHANGELOG.md b/CHANGELOG.md index a375e27..c3ff1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.14.0] + +### Added + +- Added a broadcaster middleware (#54) + ## [0.13.1] ### Fixed @@ -181,7 +187,8 @@ A small patch to fix the documentation on [docs.rs](https://docs.rs). Initial release. -[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.0...HEAD +[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.14.0...HEAD +[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 [0.12.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.12.0...0.12.1 diff --git a/Cargo.toml b/Cargo.toml index 9de5bc1..d56cd14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.13.1" +version = "0.14.0" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"