From 682efa71c5b4bcecad1994b96ada88a139a6a171 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 25 Nov 2024 07:05:18 +0000 Subject: [PATCH] 2.5.0 2.5.0 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 79f0f0a9..49777b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v2.5.0 (2024-11-25) + +### Feature + +* Add support for ARC56 typed client generation ([#595](https://github.com/algorandfoundation/algokit-cli/issues/595)) ([`72807c3`](https://github.com/algorandfoundation/algokit-cli/commit/72807c3b7e8114528e026a0fa34b8ba07a49fc8a)) + +### Documentation + +* Adding extra troubleshooting case; extra prereq for winget installation ([#591](https://github.com/algorandfoundation/algokit-cli/issues/591)) ([`84d7690`](https://github.com/algorandfoundation/algokit-cli/commit/84d769014bf71ddd798cace122bad141b1429416)) + ## v2.4.3 (2024-10-29) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1765e70d..49b5471a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit" -version = "2.4.3" +version = "2.5.0" description = "Algorand development kit command-line interface" authors = ["Algorand Foundation "] license = "MIT"