diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0ea382..07f3eb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v2.61.2 (2024-06-06) + +### Fix + +* fix: store package_name_id for fixed csaf_product + +RHINENG-10310 ([`bd09fe2`](https://github.com/RedHatInsights/vmaas/commit/bd09fe25b019f2f75f6efb5e161cf09ea2ec11b1)) + + ## v2.61.1 (2024-06-06) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 99851460..ecef3b04 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.61.1" +version = "2.61.2" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 741136a8..4dc9f847 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.61.1" +VMAAS_VERSION = "2.61.2"