diff --git a/CHANGELOG.md b/CHANGELOG.md index cff6baafe..d44b0e033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) diff --git a/common/constants.py b/common/constants.py index 871cb6bc7..a3a559189 100644 --- a/common/constants.py +++ b/common/constants.py @@ -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'