From baebe50402f38dab491663114f6fabf56547f75e Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Tue, 27 May 2025 13:11:03 -0400 Subject: [PATCH 1/2] version bump --- CHANGELOG.md | 2 +- src/_incydr_sdk/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f76775..caf53af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ here. ## Unreleased -### Added +### 2.4.0 - 2025-05-27 - The `files` client to the SDK with two methods: - `sdk.files.v1.download_file_by_sha256` to download a file and save it in the file system. diff --git a/src/_incydr_sdk/__version__.py b/src/_incydr_sdk/__version__.py index 1d295a2..7bc78c6 100644 --- a/src/_incydr_sdk/__version__.py +++ b/src/_incydr_sdk/__version__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Code42 Software # # SPDX-License-Identifier: MIT -__version__ = "2.3.1" +__version__ = "2.4.0" From a50c05606c71972982e83567cca5338fb5b9c8d9 Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Tue, 27 May 2025 13:49:53 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: jdullum --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf53af..dd1e5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ here. ## Unreleased -### 2.4.0 - 2025-05-27 +## 2.4.0 - 2025-05-27 + +### Added - The `files` client to the SDK with two methods: - `sdk.files.v1.download_file_by_sha256` to download a file and save it in the file system.