From 975148c7a6b2f833bbd08a69a40c16322f48675d Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Mon, 11 Jul 2022 01:51:58 +0200 Subject: [PATCH] 0.9.0 --- CHANGELOG.md | 9 +++++++-- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a346126..443e4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.9.0] + +- Updated to ethers `^0.13.0` + ## [0.8.2] ### Added @@ -125,8 +129,9 @@ A small patch to fix the documentation on [docs.rs](https://docs.rs). Initial release. -[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 +[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.9.0...HEAD +[0.9.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.2...0.9.0 +[0.8.2]: 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 12a5cba..e2976ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.8.2" +version = "0.9.0" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"