diff --git a/CHANGELOG.md b/CHANGELOG.md index ab467f6..fb308a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -296,4 +296,7 @@ All notable changes to this project will be documented in this file. 0.9.7 - 2024-09-11 * Fix SARIF report -* Fix CxOne project create issue \ No newline at end of file +* Fix CxOne project create issue + +0.9.8 - 2024-09-12 +* Fix CxOne upload file ssl cert verify issue \ No newline at end of file diff --git a/CheckmarxPythonSDK/__version__.py b/CheckmarxPythonSDK/__version__.py index d0564e5..17ea304 100644 --- a/CheckmarxPythonSDK/__version__.py +++ b/CheckmarxPythonSDK/__version__.py @@ -1 +1 @@ -__version__ = '0.9.7' +__version__ = '0.9.8'