Skip to content

Commit

Permalink
1.72.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and vmaas-bot committed Nov 11, 2020
1 parent 9cfbd32 commit 0dd7951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.72.3 (2020-11-11)
### Fix
* Split admin functionality to separate container ([`9cfbd32`](https://github.com/RedHatInsights/vulnerability-engine/commit/9cfbd32d74f2a727e45a0114de0de298c6d9d62e))

## v1.72.2 (2020-11-10)
### Fix
* Fix overflow error in vulnerabilities/cves ([`a62aecd`](https://github.com/RedHatInsights/vulnerability-engine/commit/a62aecdc97fe63a56229926dd180bfba6fddc4b0))
Expand Down
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Common constants declaration module.
"""

APP_VERSION = "1.72.2"
APP_VERSION = "1.72.3"
TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'

0 comments on commit 0dd7951

Please sign in to comment.