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

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Jan 24, 2024
1 parent 91135cc commit fae3d2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.15.0]

- Fix simulation for broadcaster middleware (#58)
- Added support for `replacementUuid` field in `eth_sendBundle`
- Added support for `replacementUuid` field in `eth_sendBundle` (#63)
- Made response's data field optional to support some builders other than Flashbots (#76)

## [0.14.0]

Expand Down Expand Up @@ -191,7 +194,8 @@ Initial release.

<!-- next-url !-->

[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.14.0...HEAD
[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.15.0...HEAD
[0.15.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.14.0...0.15.0
[0.14.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.1...0.14.0
[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
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.14.0"
version = "0.15.0"
authors = ["Oliver Nordbjerg <hi@notbjerg.me>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit fae3d2e

Please sign in to comment.