diff --git a/CHANGELOG.md b/CHANGELOG.md index 791673be..939eeecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.69.23 (2024-12-05) + +### Chores + +- **deps**: Update grafana/grafana docker tag to v11.3.1 + ([`7a5e88b`](https://github.com/RedHatInsights/vmaas/commit/7a5e88be614fc6a236467b385d4b5186005271a4)) + +Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> + + ## v2.69.22 (2024-12-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e3df733c..c0ef4490 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.22" +version = "2.69.23" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 45429fa5..9a14c6f6 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.69.22" +VMAAS_VERSION = "2.69.23"