Skip to content

Commit

Permalink
2.45.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 31, 2025
1 parent 4a28a65 commit 042cf86
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.45.0 (2025-01-31)

### Features

- **manager**: Initial /report/os API
([`4a28a65`](https://github.com/RedHatInsights/vulnerability-engine/commit/4a28a6519a5ab880273fad821c21a2dd8da90e24))

RHINENG-15340


## v2.44.0 (2025-01-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

CFG = Config()

APP_VERSION = "2.44.0"
APP_VERSION = "2.45.0"
TIMESTAMP_LAST_REPO_BASED_EVAL = "last_eval_repo_based"
VMAAS_CVES_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/cves"
VMAAS_REPOS_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/repos"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ profile = "black"

[tool.poetry]
name = "vulnerability-engine"
version = "2.44.0"
version = "2.45.0"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 042cf86

Please sign in to comment.