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

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Mar 17, 2023
1 parent d7580fa commit bc11119
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.13.0]

### Added

- Added `add_transaction` and `add_revertible_transaction` (#46)

### Changed

- Bumped `ethers` to `1.5.0` and fixed middleware breaking changes
- Bumped `ethers` to `2.0.0` and fixed middleware breaking changes

## [0.12.1]

Expand Down Expand Up @@ -169,7 +175,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.12.1...HEAD
[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.13.0...HEAD
[0.12.1]: 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
[0.11.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.10.0...0.11.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.12.1"
version = "0.13.0"
authors = ["Oliver Nordbjerg <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit bc11119

Please sign in to comment.