From 1ebfeb080255a9a5ba8b3df2ce4271198a970da3 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Mon, 23 May 2022 05:29:25 +0200 Subject: [PATCH] 0.8.2 --- CHANGELOG.md | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5734b..a346126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.8.2] + +### Added + +- `Debug` is now implemented for `UserStats` and `BundleStats` + +### Changed + +- `PendingBundle::bundle_hash()` is now deprecated + ## [0.8.1] A small patch to fix the documentation on [docs.rs](https://docs.rs). @@ -115,7 +125,8 @@ A small patch to fix the documentation on [docs.rs](https://docs.rs). Initial release. -[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/{{tag_name}}...HEAD +[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.2...HEAD +[0.8.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.6.0...0.7.0 diff --git a/Cargo.toml b/Cargo.toml index 0c034b9..69e61c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.8.1" +version = "0.8.2" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"