From 6134a868091523d77e5a3fdf627681884c01437f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 22 Feb 2025 06:24:13 +0000 Subject: [PATCH] 3.0.2 3.0.2 skip-checks: true --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b1971..7c5ac69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v3.0.2 (2025-02-22) + +### Fix + +* Correctly return group id when resource population is enabled ([#145](https://github.com/algorandfoundation/algokit-utils-py/issues/145)) ([`cc06333`](https://github.com/algorandfoundation/algokit-utils-py/commit/cc06333ea4d75f194d093a1fa44b146e9b9a1ebc)) + +### Documentation + +* Minor enhancements in immutability control behaviour in deploy ([#144](https://github.com/algorandfoundation/algokit-utils-py/issues/144)) ([`526ffda`](https://github.com/algorandfoundation/algokit-utils-py/commit/526ffda644345dd5606e6c92d8977a27b545635e)) + ## v3.0.1 (2025-02-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index dea57fb..3f3ee0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit-utils" -version = "3.0.1" +version = "3.0.2" description = "Utilities for Algorand development for use by AlgoKit" authors = ["Algorand Foundation "] license = "MIT"