diff --git a/CHANGELOG.md b/CHANGELOG.md index 40682e3..820597d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -271,4 +271,7 @@ All notable changes to this project will be documented in this file. * Update Projects API set_remote_source_setting_to_git 0.8.9 - 2024-07-14 -* Add support for GeneralAPI get_result_states, create_result_state, update_result_state, delete_result_state \ No newline at end of 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 diff --git a/CheckmarxPythonSDK/__version__.py b/CheckmarxPythonSDK/__version__.py index 462a7c5..e4e49b3 100644 --- a/CheckmarxPythonSDK/__version__.py +++ b/CheckmarxPythonSDK/__version__.py @@ -1 +1 @@ -__version__ = '0.8.9' +__version__ = '0.9.0'