From 1f573d46b51c7873dff2eddac286776314a0db1e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 20 Oct 2023 14:04:50 +0000 Subject: [PATCH] 2.1.0 2.1.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 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"