From ada724367e223e2bf0b776cc9f99efafc92dc94e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 8 May 2024 08:10:57 -0700 Subject: [PATCH] 0.11.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b099fca2..115ce7b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.11.1 (2024-05-08) + +### Fix + +* fix: TwingateResourceAccess timer too frequent ([`c1645f4`](https://github.com/Twingate/kubernetes-operator/commit/c1645f4a9a5aa43e26ac7ecbe0a2f0a6d0743bc8)) + + ## v0.11.0 (2024-05-07) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 47794de7..369225d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twingate-operator" -version = "0.11.0" +version = "0.11.1" description = "" authors = ["Eran Kampf "] readme = "README.md"