From 1dc013737de46b06dddc55d70b059fc0035ccb15 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 2 Aug 2024 14:46:31 +0000 Subject: [PATCH] 2.2.3 2.2.3 skip-checks: true --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa412f1..daa1f3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.2.3 (2024-08-02) + +### Fix + +* Add warning for cases when `algokit explore` is used within wsl ([#549](https://github.com/algorandfoundation/algokit-cli/issues/549)) ([`3e2d017`](https://github.com/algorandfoundation/algokit-cli/commit/3e2d0170bcc8870dda3d62141b93866fe8bcad1d)) +* Build binaries with the correct version information ([#550](https://github.com/algorandfoundation/algokit-cli/issues/550)) ([`0725d8f`](https://github.com/algorandfoundation/algokit-cli/commit/0725d8f16c5999f706de486852c96a2f0d16603e)) + ## v2.2.2 (2024-07-29) diff --git a/pyproject.toml b/pyproject.toml index ffeb11d8..fd824574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit" -version = "2.2.2" +version = "2.2.3" description = "Algorand development kit command-line interface" authors = ["Algorand Foundation "] license = "MIT"