From db147d1f5b5e1904857cd76b9ce697b12a414fec Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Fri, 19 May 2023 20:46:06 +0200 Subject: [PATCH] 0.13.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e3c3a..a375e27 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.13.1] + +### Fixed + +- Check the entire block to determine bundle inclusion. See #47 for more detail. + ## [0.13.0] ### Added @@ -176,6 +182,7 @@ Initial release. [Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.0...HEAD +[0.13.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.0...0.13.1 [0.13.0]: 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 diff --git a/Cargo.toml b/Cargo.toml index 5607e51..9de5bc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.13.0" +version = "0.13.1" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"