Skip to content

Commit

Permalink
1.85.1
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 Jan 12, 2021
1 parent ba2f5e1 commit 30535c1
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.85.1 (2021-01-12)
### Fix
* **manager:** Return 400 if advisory param passed without show_advisories parameter ([`ba2f5e1`](https://github.com/RedHatInsights/vulnerability-engine/commit/ba2f5e1a01a79a15c1278dbb9176042f5d043852))

## v1.85.0 (2021-01-12)
### Feature
* **manager:** Support tag/sap filtering in vulnerabilities API ([`4233efe`](https://github.com/RedHatInsights/vulnerability-engine/commit/4233efe7ca6ac5a0a3995fa5a75a2645fbdfe70e))
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.85.0"
APP_VERSION = "1.85.1"
TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'

0 comments on commit 30535c1

Please sign in to comment.