diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c88c9c..a998ced6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Current +# 0.26 - Add: dRPC ` x-drpc-provider-id` header support for troubleshooting issues with decentralised node providers - Fixed: Whitelist HTTP 403 Forbidden for dRPC as a retryable error diff --git a/pyproject.toml b/pyproject.toml index 87054aba..a2e9b7ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web3-ethereum-defi" -version = "0.25.7" +version = "0.26" description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains" authors = ["Mikko Ohtamaa "] license = "MIT"