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

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Dec 24, 2022
1 parent 6028a48 commit fe85aa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.12.0]

### Added

- It is now possible to use your own endpoint for simulating bundles. Bundles will be sent over JSON-RPC to the given endpoint. The JSON-RPC method used is `eth_callBundle`. See `Middleware::set_simulation_relay`.
Expand Down Expand Up @@ -157,7 +159,8 @@ A small patch to fix the documentation on [docs.rs](https://docs.rs).
Initial release.

<!-- next-url !-->
[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.11.0...HEAD
[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.12.0...HEAD
[0.12.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.2...0.9.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.11.0"
version = "0.12.0"
authors = ["Oliver Nordbjerg <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit fe85aa3

Please sign in to comment.