From 992cb352f8bac45359358264f55ed8fb6ae4490b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 10 Oct 2023 16:14:04 +0000 Subject: [PATCH] 2.0.1 2.0.1 skip-checks: true --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"