diff --git a/ChangeLog b/ChangeLog index a30d3eb..59958ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ # ChangeLog +## 1.0.7 - Oct 14 2021 + + - Fixed `cvehound --cve all ...` invocation + - Changed `--report-strict` argument to `--check-strict` + ## 1.0.6 - Oct 14 2021 - Restored support for python 3.5 diff --git a/cvehound/__init__.py b/cvehound/__init__.py index ae8fdd4..0abc732 100644 --- a/cvehound/__init__.py +++ b/cvehound/__init__.py @@ -18,7 +18,7 @@ from cvehound.kbuild import KbuildParser from cvehound.config import Config -__VERSION__ = '1.0.6' +__VERSION__ = '1.0.7' class CVEhound: