diff --git a/CHANGELOG.md b/CHANGELOG.md index a77f2e3a..e7f0860e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Current + +- TODO + # 0.21.1 - Add `fetch_vault_balances()` state reading balance support for Enzyme vaults diff --git a/pyproject.toml b/pyproject.toml index 6a92d72f..c0553ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web3-ethereum-defi" -version = "0.21" +version = "0.21.1" description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains" authors = ["Mikko Ohtamaa "] license = "MIT"