diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c4d539..ba0f091d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.75.0 (2025-01-29) + +### Features + +- **vmaas-go**: Os Release Vulnerability Report API + ([`dca8171`](https://github.com/RedHatInsights/vmaas/commit/dca81714453189ac1b4fe21f1cffda425f74a2fb)) + +RHINENG-15338 + + ## v2.74.1 (2025-01-24) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4d27b135..75ac967c 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.74.1" +version = "2.75.0" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index a3e9cbbf..5a6513e3 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.74.1" +VMAAS_VERSION = "2.75.0"