diff --git a/CHANGELOG.md b/CHANGELOG.md index 3faf2b07..4fa2fd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.1.0 (2023-10-20) + +### Feature + +* Task opt in and opt out ([#55](https://github.com/algorandfoundation/algokit-utils-py/issues/55)) ([`3cf9238`](https://github.com/algorandfoundation/algokit-utils-py/commit/3cf92383bbbe45851f1819ae6723c39aec86b935)) + ## v2.0.1 (2023-10-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0ce2c243..77d4fc6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit-utils" -version = "2.0.1" +version = "2.1.0" description = "Utilities for Algorand development for use by AlgoKit" authors = ["Algorand Foundation "] license = "MIT"