diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efa73c..367d7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.13.0] + +### Added + +- Added `add_transaction` and `add_revertible_transaction` (#46) + ### Changed -- Bumped `ethers` to `1.5.0` and fixed middleware breaking changes +- Bumped `ethers` to `2.0.0` and fixed middleware breaking changes ## [0.12.1] @@ -169,7 +175,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.12.1...HEAD +[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.0...HEAD +[0.12.1]: 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 [0.12.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.11.0...0.12.0 [0.11.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.10.0...0.11.0 diff --git a/Cargo.toml b/Cargo.toml index 42d07e1..5607e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.12.1" +version = "0.13.0" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"