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

Commit

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

## [Unreleased]

## [0.8.2]

### Added

- `Debug` is now implemented for `UserStats` and `BundleStats`

### Changed

- `PendingBundle::bundle_hash()` is now deprecated

## [0.8.1]

A small patch to fix the documentation on [docs.rs](https://docs.rs).
Expand Down Expand Up @@ -115,7 +125,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/{{tag_name}}...HEAD
[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.2...HEAD
[0.8.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.6.0...0.7.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.8.1"
version = "0.8.2"
authors = ["Oliver Nordbjerg <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit 1ebfeb0

Please sign in to comment.