diff --git a/CHANGELOG.md b/CHANGELOG.md index 820597d..d23a94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,4 +274,7 @@ All notable changes to this project will be documented in this file. * Add support for GeneralAPI get_result_states, create_result_state, update_result_state, delete_result_state 0.9.0 - 2024-07-14 -* Add support for ProjectsAPI force_scan_on_no_code_changes \ No newline at end of file +* Add support for ProjectsAPI force_scan_on_no_code_changes + +0.9.1 - 2024-07-17 +* Add support for new APIs \ No newline at end of file diff --git a/CheckmarxPythonSDK/__version__.py b/CheckmarxPythonSDK/__version__.py index e4e49b3..8969d49 100644 --- a/CheckmarxPythonSDK/__version__.py +++ b/CheckmarxPythonSDK/__version__.py @@ -1 +1 @@ -__version__ = '0.9.0' +__version__ = '0.9.1'