From 0c5cc6764eeb008eadbfc61002f7a22e161ae303 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sat, 29 Apr 2023 17:51:11 -0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30da0e489..e64c66e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Please do not manually edit this file. ### Other +- Disable cyclical dep - Fix `wast` field is missing ([#2380](https://github.com/gakonst/ethers-rs/issues/2380)) - Add nameless decode to BaseContract ([#2355](https://github.com/gakonst/ethers-rs/issues/2355)) - Clippy return statements ([#2379](https://github.com/gakonst/ethers-rs/issues/2379))