diff --git a/CHANGELOG.md b/CHANGELOG.md index 215bf9c22..95eae0420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.68.1 (2020-10-23) +### Fix +* Fix semantic-release issues ([`b3010df`](https://github.com/RedHatInsights/vulnerability-engine/commit/b3010df1bb8249f9b8826411d91cf07dd43b903e)) + ## v1.68.0 (2020-10-23) ### Feature * Add filter for sap_sids ([`717e87b`](https://github.com/RedHatInsights/vulnerability-engine/commit/717e87b20100c29369d5a98c04ab59521857f4a0)) diff --git a/common/constants.py b/common/constants.py index b90578ad5..60e122b4c 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.68.0" +APP_VERSION = "1.68.1" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'