From 599d317fb878aa8ec51b3114c0d34fc48cecb5cb Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Thu, 16 May 2024 15:26:08 +0000 Subject: [PATCH] 2.60.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- vmaas/common/constants.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a49d0e6..798e9f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v2.60.3 (2024-05-16) + +### Fix + +* fix(csaf): remove products if they become fixed/unaffected + +RHINENG-10039 ([`f6b4702`](https://github.com/RedHatInsights/vmaas/commit/f6b470263b6d4af7e30cbc37897a58f7065d6621)) + + ## v2.60.2 (2024-05-16) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 25dd05f0..83fa0693 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.60.2" +version = "2.60.3" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index a8b90c7d..e3392052 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.60.2" +VMAAS_VERSION = "2.60.3"