From b1c8fd1872ea7660cb3393d8c56e57fdced45afb Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Sun, 29 Aug 2021 19:18:08 +0200 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c96e0..28b8acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.4.0] + ### Changed - Parameters are now validated before bundles are sent to the relay. Check [the documentation](https://docs.rs/ethers-flashbots/0.4.0/ethers_flashbots/enum.FlashbotsMiddlewareError.html#variant.MissingParameters) for more information. +- Bumped ethers to 0.5.1 ### Added @@ -79,6 +82,7 @@ Initial release. [Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/{{tag_name}}...HEAD +[0.4.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.4.0...HEAD [0.3.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.3.1...HEAD [0.3.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.3.0...HEAD [0.2.2]: https://github.com/onbjerg/ethers-flashbots/compare/0.2.2...HEAD diff --git a/Cargo.toml b/Cargo.toml index 0f0fb6d..4110726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.3.1" +version = "0.4.0" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"