From 8f514a0d9d5af884aeac8530fbb443be1274972f Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:34:48 +0000 Subject: [PATCH] 2.68.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- vmaas/common/constants.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3e8ef6..3b5c6578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v2.68.2 (2024-10-16) + +### Continuous Integration + +* ci: only build tagged commits ([`3613405`](https://github.com/RedHatInsights/vmaas/commit/361340577c03de14e41bbaec6eb22ba9de2c66ae)) + + ## v2.68.1 (2024-10-16) ### Chores diff --git a/pyproject.toml b/pyproject.toml index cc899e2f..0323f78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ patch_tags = ["build", "chore", "ci", "fix", "perf", "refactor"] [tool.poetry] name = "vmaas" -version = "2.68.1" +version = "2.68.2" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 78dd4d56..2a305636 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.68.1" +VMAAS_VERSION = "2.68.2"