diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dfcf88..03f6d025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.72.0 (2025-01-22) + +### Features + +- **reposcan**: Generate system profile for each RHEL release + ([`fc3eb62`](https://github.com/RedHatInsights/vmaas/commit/fc3eb62aa2a3e27bb9d721fe6e1561ab52168e9a)) + +RHINENG-15335 + + ## v2.71.1 (2025-01-20) ### Chores diff --git a/pyproject.toml b/pyproject.toml index 568ecb74..68e0058e 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.71.1" +version = "2.72.0" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 36b63d98..855d6746 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.71.1" +VMAAS_VERSION = "2.72.0"