From 9737f027f6d4204666a7d252800fc9343aabd6cd Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 30 Oct 2020 11:09:29 +0000 Subject: [PATCH] 1.71.0 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 b28396e22..61e6afe48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.71.0 (2020-10-30) +### Feature +* Sanitize nul values from parameters ([`39e0eab`](https://github.com/RedHatInsights/vulnerability-engine/commit/39e0eab320e634ad6eda276e36a8e36af6ae1007)) + ## v1.70.0 (2020-10-30) ### Feature * Move current admin calls to path accessible using Turnpike ([`b03e3a3`](https://github.com/RedHatInsights/vulnerability-engine/commit/b03e3a3a2be7831273afdf69683ff99f166bc8ec)) diff --git a/common/constants.py b/common/constants.py index 3de6197d4..80e81d375 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.70.0" +APP_VERSION = "1.71.0" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'