diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bbd8a6..5b929061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.69.16 (2024-11-18) + +### Chores + +- **deps**: Update konflux references + ([`015966b`](https://github.com/RedHatInsights/vmaas/commit/015966bcbde103e3b8e53fb2b387e07afa968297)) + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> + + ## v2.69.15 (2024-11-14) ### Continuous Integration diff --git a/pyproject.toml b/pyproject.toml index b00a41ab..91c05b70 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.15" +version = "2.69.16" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index c2f906f5..a7015087 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.69.15" +VMAAS_VERSION = "2.69.16"