diff --git a/CHANGELOG.md b/CHANGELOG.md index f62c715d..c048fac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.69.20 (2024-11-28) + +### Bug Fixes + +- Ignore updates from rhel-alt el7a release + ([`2f409ef`](https://github.com/RedHatInsights/vmaas/commit/2f409efc4d34fedfc3ac3d43f7f98beb46d9781f)) + +RHINENG-14561 + + ## v2.69.19 (2024-11-23) ### Chores diff --git a/pyproject.toml b/pyproject.toml index 39abd128..bcd39faf 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.69.19" +version = "2.69.20" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 41a2ff81..3c0316a1 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.69.19" +VMAAS_VERSION = "2.69.20"