diff --git a/CHANGELOG.md b/CHANGELOG.md index 946e132..df7274f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -246,3 +246,6 @@ All notable changes to this project will be documented in this file. 0.8.1 - 2023-08-11 * Fix get_query_id_by_language_group_and_query_name * Add get_cx_description_by_query_id + +0.8.2 - 2023-09-21 +* Fix SAST Rest API, ScansAPI create_new_scan_with_settings, use API version 4 \ No newline at end of file diff --git a/CheckmarxPythonSDK/__version__.py b/CheckmarxPythonSDK/__version__.py index ef72cc0..4ca39e7 100644 --- a/CheckmarxPythonSDK/__version__.py +++ b/CheckmarxPythonSDK/__version__.py @@ -1 +1 @@ -__version__ = '0.8.1' +__version__ = '0.8.2'