Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Aug 29, 2021
1 parent 56c2e85 commit b1c8fd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -79,6 +82,7 @@ Initial release.

<!-- next-url !-->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethers-flashbots"
version = "0.3.1"
version = "0.4.0"
authors = ["Oliver Nordbjerg <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit b1c8fd1

Please sign in to comment.