From 35561ccaea933ea225fecd4ba4a2e24c7f691607 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:31:19 +0000 Subject: [PATCH] 2.66.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- vmaas/common/constants.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afafbe5fc..8398d1a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.66.1 (2024-10-01) + +### Fix + +* fix(vmaas-go): revert appendUniq due to performance hit ([`c9a2306`](https://github.com/RedHatInsights/vmaas/commit/c9a23060dbeed0881d9026b8207520f61b3c7b51)) + ## v2.66.0 (2024-10-01) ### Chore diff --git a/pyproject.toml b/pyproject.toml index fe608c500..6ef66c154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ commit_author = "vmaas-bot <40663028+vmaas-bot@users.noreply.github.com>" [tool.poetry] name = "vmaas" -version = "2.66.0" +version = "2.66.1" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 8aa9a5d45..3c6835629 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.66.0" +VMAAS_VERSION = "2.66.1"