From 5ea4716eda8a2d37e9a4a092951c81dc310d26cb Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 14 Dec 2023 04:53:08 +0000 Subject: [PATCH] 1.1.0 1.1.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 8c59cc6..1998871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v1.1.0 (2023-12-14) + +### Feature + +* Add support for simulating an atc ([#17](https://github.com/algorandfoundation/algokit-client-generator-py/issues/17)) ([`6135632`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/6135632ec18cd9ec8652838031afc05c1e84528e)) + +### Fix + +* Adjust client tests ([#18](https://github.com/algorandfoundation/algokit-client-generator-py/issues/18)) ([`76d36b1`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/76d36b1dd414bac27c2d672d1534475b0181ac9b)) + ## v1.0.3 (2023-10-17) diff --git a/pyproject.toml b/pyproject.toml index fa95427..98bff68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit-client-generator" -version = "1.0.3" +version = "1.1.0" description = "Algorand typed client Generator" authors = ["Algorand Foundation "] license = "MIT"