Skip to content

Commit

Permalink
2.75.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Jan 29, 2025
1 parent dca8171 commit ce0a3be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vmaas/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Common constants declaration module.
"""

VMAAS_VERSION = "2.74.1"
VMAAS_VERSION = "2.75.0"

0 comments on commit ce0a3be

Please sign in to comment.