Skip to content

Commit

Permalink
1.74.2
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 26, 2020
1 parent 66e643e commit 6ebf7d8
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.74.2 (2020-11-26)
### Fix
* Correct behaviour for excluded systems filter ([`66e643e`](https://github.com/RedHatInsights/vulnerability-engine/commit/66e643e8f7b796d15bf57908196184bbef735746))

## v1.74.1 (2020-11-20)
### Fix
* Empty list of should be inserted instead of empty dict ([`da15f6c`](https://github.com/RedHatInsights/vulnerability-engine/commit/da15f6ceb69458bbbdd76f4777a812ec65c2d572))
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.74.1"
APP_VERSION = "1.74.2"
TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'

0 comments on commit 6ebf7d8

Please sign in to comment.