diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdce3e..ab467f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -292,4 +292,8 @@ All notable changes to this project will be documented in this file. * Fix update_header proxy issue 0.9.6 - 2024-09-03 -* Fix type checking \ No newline at end of file +* Fix type checking + +0.9.7 - 2024-09-11 +* Fix SARIF report +* Fix CxOne project create issue \ No newline at end of file diff --git a/CheckmarxPythonSDK/__version__.py b/CheckmarxPythonSDK/__version__.py index fac5bf4..d0564e5 100644 --- a/CheckmarxPythonSDK/__version__.py +++ b/CheckmarxPythonSDK/__version__.py @@ -1 +1 @@ -__version__ = '0.9.6' +__version__ = '0.9.7'