From 1cf53d49dd0f14711e902a6a98cde50346781a59 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 12 May 2024 11:49:35 -0700 Subject: [PATCH] 0.11.2 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 115ce7b3..3d4707d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.11.2 (2024-05-12) + +### Fix + +* fix: TwingateResourceAccess only updating every 10h and not immediately (#283) ([`2809bb9`](https://github.com/Twingate/kubernetes-operator/commit/2809bb99417370d767077ed082848038abd03273)) + + ## v0.11.1 (2024-05-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 32c97a98..00f9d505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twingate-operator" -version = "0.11.1" +version = "0.11.2" description = "" authors = ["Eran Kampf "] readme = "README.md"