From 92c770868ef684302acaed0733ac2dca7255c3bf Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Mon, 23 Aug 2021 23:41:28 +0200 Subject: [PATCH] 0.3.1 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b933c..8ec1ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.1] + ### Added - Added a way to get stats about bundles (`FlashbotsMiddleware::get_bundle_stats`) @@ -67,6 +69,7 @@ Initial release. [Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/{{tag_name}}...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 [0.2.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.2.1...HEAD diff --git a/Cargo.toml b/Cargo.toml index 2795f9e..307ed5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-flashbots" -version = "0.3.0" +version = "0.3.1" authors = ["Oliver Nordbjerg "] license = "MIT" edition = "2018"