From e1111a6d6802dba350530008b2bf7a3bdf53e55e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 26 Oct 2020 16:54:01 +0000 Subject: [PATCH] 1.69.1 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 945e87b48..de91b4db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.69.1 (2020-10-26) +### Fix +* Casting to TEXT on inventory.hosts may be very slow ([`2819436`](https://github.com/RedHatInsights/vulnerability-engine/commit/281943653462a9587d54218189c569b8dd3a14ff)) + ## v1.69.0 (2020-10-26) ### Feature * Send request to patch in parallel way ([`7a25908`](https://github.com/RedHatInsights/vulnerability-engine/commit/7a259080530c92062f59b1b2e70044908275c9d8)) diff --git a/common/constants.py b/common/constants.py index 581f8664d..b3262c0c9 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.69.0" +APP_VERSION = "1.69.1" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'