From 293f68579b936b9b6769a5ba3af89994cddfcdac Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 26 Nov 2020 14:33:58 +0000 Subject: [PATCH] 1.74.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ common/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d44b0e033..29478e3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.74.3 (2020-11-26) +### Fix +* Fix total_items and advisory filter bugs ([`47e4a1a`](https://github.com/RedHatInsights/vulnerability-engine/commit/47e4a1a36bd0ae0d1d5f7973fa41c836f6cfd5a3)) + ## v1.74.2 (2020-11-26) ### Fix * Correct behaviour for excluded systems filter ([`66e643e`](https://github.com/RedHatInsights/vulnerability-engine/commit/66e643e8f7b796d15bf57908196184bbef735746)) diff --git a/common/constants.py b/common/constants.py index a3a559189..46ac6cf6a 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.74.2" +APP_VERSION = "1.74.3" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'