diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6d9f2..0b568a2 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.12.1] + +### Fixed + +- Handle optional fields in the response of `flashbots_getBundleStatsV2`. + ## [0.12.0] ### Added @@ -159,7 +165,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.0...HEAD +[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.12.1...HEAD +[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 [0.10.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.9.0...0.10.0 diff --git a/Cargo.toml b/Cargo.toml index 6ef04dd..eeec2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.12.0" +version = "0.12.1" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"