diff --git a/CHANGELOG.md b/CHANGELOG.md index f8df75067..0767c84bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.73.1 (2020-11-18) +### Fix +* Duplicate messages in kibana ([`9178e79`](https://github.com/RedHatInsights/vulnerability-engine/commit/9178e79069c46327762d3c519b7c38ed80233098)) + ## v1.73.0 (2020-11-13) ### Feature * Delete systems not present in inventory (cyndi schema) ([`710c2b6`](https://github.com/RedHatInsights/vulnerability-engine/commit/710c2b6c30dcda3eb5f7feaf9a595ead55d8275e)) diff --git a/common/constants.py b/common/constants.py index 2747cb8e6..f28b72d26 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.73.0" +APP_VERSION = "1.73.1" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'