diff --git a/HISTORY.md b/HISTORY.md index ef67d6f..8ea6ed4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ Release History =============== +2.13.0 (2024-08-01) +------------------- +- Increase maximum length of `query` parameter for datasource filter method. +- Remove parameter `imageID` from `ArtifactAnalysisParamsForm`. +- Deprecate `ArtifactAnalysisParamsView.image_id` property. +- Add `suggest` parameter to entities aggregate method. + 2.13.0a1 (2024-07-10) --------------------- - Extend node roles enum diff --git a/cybsi/__version__.py b/cybsi/__version__.py index 7c70465..457bfbe 100644 --- a/cybsi/__version__.py +++ b/cybsi/__version__.py @@ -1,4 +1,4 @@ -__version__ = "2.13.0a1" +__version__ = "2.13.0" __title__ = "cybsi-python-sdk" __description__ = "Cybersecurity threat intelligence development kit" __license__ = "Apache License 2.0" diff --git a/pyproject.toml b/pyproject.toml index 796add1..c10e85e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cybsi-sdk" -version = "2.13.0a1" +version = "2.13.0" description = "Cybsi development kit" authors = ["Cybsi SDK developers"] license = "Apache License 2.0" @@ -42,7 +42,7 @@ extend_skip = ["__init__.py"] [tool.tbump] [tool.tbump.version] -current = "2.13.0a1" +current = "2.13.0" regex = ''' ^