From 62f7309892b7077c5a2eb4dc6af729e6072efc2a Mon Sep 17 00:00:00 2001 From: happy yang Date: Thu, 12 Sep 2024 17:58:02 +0800 Subject: [PATCH] version 1.0.0 --- CHANGELOG.md | 5 ++++- CheckmarxPythonSDK/__version__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f502d99..c17f5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -302,4 +302,7 @@ All notable changes to this project will be documented in this file. * Fix CxOne upload file ssl cert verify issue 0.9.9 - 2024-09-12 -* Fix CxSAST Odata api proxy issue \ No newline at end of file +* Fix CxSAST Odata api proxy issue + +1.0.0 - 2024-09-12 +* Fix Sarif report rueId use queryName instead of queryId \ No newline at end of file diff --git a/CheckmarxPythonSDK/__version__.py b/CheckmarxPythonSDK/__version__.py index 1b1a934..1f356cc 100644 --- a/CheckmarxPythonSDK/__version__.py +++ b/CheckmarxPythonSDK/__version__.py @@ -1 +1 @@ -__version__ = '0.9.9' +__version__ = '1.0.0'