From d863c26140077df96817ab87c45c89a7e19239c3 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Nov 2020 14:27:01 +0000 Subject: [PATCH] 1.73.2 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 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'