From f3b7dc9e0fc8d31a43b9e905342242afd39a580e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jun 2024 13:50:24 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/SQuent/kuma-ingress-watcher/compare/v1.0.4...v1.1.0) (2024-06-28) ### Features * **cicd:** change poetry app version during semantic release phase ([e984ff8](https://github.com/SQuent/kuma-ingress-watcher/commit/e984ff865e6d0b91cd55e419727cc61433b13946)) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edb1468..e73161d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kuma-ingress-watcher" -version = "0.1.0" +version = "1.1.0" description = "Automatically manages IngressRoutes in Kubernetes and configures them in Uptime Kuma for availability monitoring." authors = ["Quentin Sallio ",]