From e59313f1a1e6d956608e85341a694fdcff839f55 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 4 Dec 2023 06:53:27 +0000 Subject: [PATCH] 1.7.2 1.7.2 skip-checks: true --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dffec00..91782fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v1.7.2 (2023-12-04) + +### Fix + +* Removing outdated reference to `algokit sandbox` command ([#362](https://github.com/algorandfoundation/algokit-cli/issues/362)) ([`e6cd395`](https://github.com/algorandfoundation/algokit-cli/commit/e6cd395bf600485be6edbe4e68c9ba4885598000)) +* Fixing Localnet status ([#365](https://github.com/algorandfoundation/algokit-cli/issues/365)) ([`8277572`](https://github.com/algorandfoundation/algokit-cli/commit/8277572db58d14bfcbda5e8bda18673d536b84a0)) +* Update vulnerable package dependency versions ([#361](https://github.com/algorandfoundation/algokit-cli/issues/361)) ([`450e02d`](https://github.com/algorandfoundation/algokit-cli/commit/450e02ddba02c98d9c8fe8a6baedaf84ef7e9460)) + ## v1.7.1 (2023-11-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f742e927..5da089d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit" -version = "1.7.1" +version = "1.7.2" description = "Algorand development kit command-line interface" authors = ["Algorand Foundation "] license = "MIT"