diff --git a/CHANGELOG.md b/CHANGELOG.md index 0767c84bc..10c773268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.73.2 (2020-11-18) +### Fix +* Set cloudwatch in gunicorn and log query params ([`a4d47d4`](https://github.com/RedHatInsights/vulnerability-engine/commit/a4d47d467987c91dba496c0939a9745ff529b72e)) + ## v1.73.1 (2020-11-18) ### Fix * Duplicate messages in kibana ([`9178e79`](https://github.com/RedHatInsights/vulnerability-engine/commit/9178e79069c46327762d3c519b7c38ed80233098)) diff --git a/common/constants.py b/common/constants.py index f28b72d26..7901ab89c 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.73.1" +APP_VERSION = "1.73.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'