diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a332012..3faf2b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.0.1 (2023-10-10) + +### Fix + +* Adding missing TransactionParametersDict export ([#54](https://github.com/algorandfoundation/algokit-utils-py/issues/54)) ([`732528e`](https://github.com/algorandfoundation/algokit-utils-py/commit/732528ef76a81e0f2b9630709340fd3047e3192a)) + ## v2.0.0 (2023-10-05) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 831a9647..0ce2c243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit-utils" -version = "2.0.0" +version = "2.0.1" description = "Utilities for Algorand development for use by AlgoKit" authors = ["Algorand Foundation "] license = "MIT"