diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c773268..08893988b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.74.0 (2020-11-19) +### Feature +* Support calling vmaas_sync API ([`586eba8`](https://github.com/RedHatInsights/vulnerability-engine/commit/586eba835ee9a26ed2d3a47b84da8bc444c47dd8)) +* Support calling taskomatic API ([`59434b5`](https://github.com/RedHatInsights/vulnerability-engine/commit/59434b5077816b87c05bbbb129a014b7d9b3f8b5)) +* Add API to trigger job run from outside ([`b193d54`](https://github.com/RedHatInsights/vulnerability-engine/commit/b193d5429953d5afee7c72e35a8a3d03b2ba2c61)) + ## v1.73.2 (2020-11-18) ### Fix * Set cloudwatch in gunicorn and log query params ([`a4d47d4`](https://github.com/RedHatInsights/vulnerability-engine/commit/a4d47d467987c91dba496c0939a9745ff529b72e)) diff --git a/common/constants.py b/common/constants.py index 7901ab89c..98fd349f7 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.73.2" +APP_VERSION = "1.74.0" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'