From 15c793f512ac7124a2564b48586e934cc236f963 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:15:06 +0000 Subject: [PATCH] 2.48.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ vmaas/common/constants.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b96dc5a2..ff8efa994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v2.48.5 (2023-08-31) + +### Chore + +* chore: skip new vulnerabilities ([`5d58325`](https://github.com/RedHatInsights/vmaas/commit/5d583256a21694e3870d645b189c04953f6be5bc)) + +### Fix + +* fix: sort updates also by other fields ([`aa12336`](https://github.com/RedHatInsights/vmaas/commit/aa123365fc64d05a1b88283d4656818513437742)) + + ## v2.48.4 (2023-08-24) ### Chore diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 8ff342716..3c3f2f3b8 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.48.4" +VMAAS_VERSION = "2.48.5"