From a46f6f4e1da5cb2afcb856a42c304f27481b7b76 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 15 Dec 2023 11:41:22 +0000 Subject: [PATCH] 2.2.0 2.2.0 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 7ac8c414..e417fff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.2.0 (2023-12-15) + +### Feature + +* Debugger related helpers and utils ([#61](https://github.com/algorandfoundation/algokit-utils-py/issues/61)) ([`9e856e4`](https://github.com/algorandfoundation/algokit-utils-py/commit/9e856e456cdc91d5f91d49f45220fcccc9be7553)) + ## v2.1.2 (2023-11-22) diff --git a/pyproject.toml b/pyproject.toml index fcc6cdcb..9e40ee97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit-utils" -version = "2.1.2" +version = "2.2.0" description = "Utilities for Algorand development for use by AlgoKit" authors = ["Algorand Foundation "] license = "MIT"