diff --git a/CHANGELOG.md b/CHANGELOG.md index d55cb556..af3fc814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.24.6 + +- Fix: invalid None check for sign_bound_call_with_new_nonce" + # 0.24.5 - Fix: `HotWallet.sign_bound_call_with_new_nonce` tries to avoid calling broken Web3 gas estimation diff --git a/pyproject.toml b/pyproject.toml index 00bfa372..9612b961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web3-ethereum-defi" -version = "0.24.5" +version = "0.24.6" description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains" authors = ["Mikko Ohtamaa <mikko@tradingstrategy.ai>"] license = "MIT"