Skip to content

Commit

Permalink
1.68.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and vmaas-bot committed Oct 26, 2020
1 parent f58677b commit 63e8a4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v1.68.2 (2020-10-26)
### Fix
* Hostname env var shouldn't be configurable ([`f58677b`](https://github.com/RedHatInsights/vulnerability-engine/commit/f58677bceeed4810899c9f856bac49d2a5e48619))
* Use pod name for log-stream in CW config ([`c571162`](https://github.com/RedHatInsights/vulnerability-engine/commit/c571162cab93bb9ecc668211d3d53aed0b56b35d))

## v1.68.1 (2020-10-23)
### Fix
* Fix semantic-release issues ([`b3010df`](https://github.com/RedHatInsights/vulnerability-engine/commit/b3010df1bb8249f9b8826411d91cf07dd43b903e))
Expand Down
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Common constants declaration module.
"""

APP_VERSION = "1.68.1"
APP_VERSION = "1.68.2"
TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'

0 comments on commit 63e8a4b

Please sign in to comment.