From 41a13ac78470c00e0aed668dcf2999ccf669e431 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 22 Feb 2024 06:32:11 +0000 Subject: [PATCH] 1.12.0 1.12.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 aeb403ec..0e118859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v1.12.0 (2024-02-22) + +### Feature + +* adding snap distribution ci ([`a321795`](https://github.com/negar-abbasi/algokit-cli/commit/a3217950d724bd3f9f733ec248f0084bd5446407)) + +### Fix + +* More explicit name for store login secret ([`ffc88ac`](https://github.com/negar-abbasi/algokit-cli/commit/ffc88ac9baadf0a4c9d543151cf830d109e55186)) + ## v1.11.4 (2024-02-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 44f2f82a..5f1eff0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit" -version = "1.11.4" +version = "1.12.0" description = "Algorand development kit command-line interface" authors = ["Algorand Foundation "] license = "MIT"