Skip to content

Commit

Permalink
version 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyY19 committed Aug 9, 2021
1 parent d2666de commit c0f1646
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,12 @@ All notable changes to this project will be documented in this file.
* Add support for CustomTaskAPI get_custom_task_by_name
* Add support for ScansAPI create_new_scan_with_settings
* Add support for Portal SOAP API get_version_number_as_int
* Add support for ScansAPI update_scan_result_labels_fields, get_scan_result_labels_fields
* Add support for ScansAPI update_scan_result_labels_fields, get_scan_result_labels_fields

0.2.9 - 2021-08-09
* Add support for QueriesAPI get_the_full_description_of_the_query
* Update support for OsaAPI get_osa_scan_libraries
* Add support for ScansAPI get_scan_logs, get_basic_metrics_of_a_scan,
* get_parsed_files_metrics_of_a_scan, get_failed_queries_metrics_of_a_scan,
* get_failed_general_queries_metrics_of_a_scan, get_succeeded_general_queries_metrics_of_a_scan
* Add support for ProjectsAPI set_project_queue_setting, update_project_queue_setting
2 changes: 1 addition & 1 deletion CheckmarxPythonSDK/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.8'
__version__ = '0.2.9'

0 comments on commit c0f1646

Please sign in to comment.