diff --git a/CHANGELOG.md b/CHANGELOG.md index a62b746..9160951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.1.4 (2024-05-13) + +### Fix + +* Ensure clients generated for contracts with no abi methods are still valid python ([`a3e1c8b`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/a3e1c8b88669cd148d51d3856afd2e9fdf8a8c9b)) + ## v1.1.3 (2024-03-27) diff --git a/pyproject.toml b/pyproject.toml index 744aa3d..3776598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit-client-generator" -version = "1.1.3" +version = "1.1.4" description = "Algorand typed client Generator" authors = ["Algorand Foundation "] license = "MIT"