From 081b1dc71985ea3f129364cc23dc0f138f476331 Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:05:33 +0000 Subject: [PATCH] 2.50.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ vmaas/common/constants.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1089d0116..2eff88146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.50.3 (2023-11-24) + +### Fix + +* fix: update vmaas-lib ([`4ea8559`](https://github.com/RedHatInsights/vmaas/commit/4ea855902e2bfa735b2d9d686437023d21d31e4e)) + + ## v2.50.2 (2023-11-23) ### Chore diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index f6aada929..fe4a64002 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.50.2" +VMAAS_VERSION = "2.50.3"