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"