From 57f04ad2aa6d69eeff9b5dd9d6b0f516de10d4ec Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 10 Jul 2023 19:49:31 +0000 Subject: [PATCH] 2.48.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ vmaas/common/constants.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0cc7b4bd..296c74f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.48.1 (2023-07-10) + +### Fix + +* Update gin-gonic to fix CVE-2023-29401 ([`d1e1c4a`](https://github.com/RedHatInsights/vmaas/commit/d1e1c4a89806b812ee90119588d2a370ff20069d)) + ## v2.48.0 (2023-07-10) ### Feature diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index fd2d15f09..1fc6e3968 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.48.0" +VMAAS_VERSION = "2.48.1"