Skip to content

Commit d0725eb

Browse files
Merge pull request #142 from code42/chore/prep-release-2.2.2
prep release 2.2.2
2 parents f64209d + 9a8c7c9 commit d0725eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
how a consumer would use the library or CLI tool (e.g. adding unit tests, updating documentation, etc) are not captured
1010
here.
1111

12+
## 2.2.2 - 2025-01-08
13+
14+
### Fixed
15+
16+
- A bug where dates (e.g. 2025-01-08) were incorrectly converted to timestamps when querying sessions.
17+
1218
## 2.2.1 - 2024-12-18
1319

1420
### Added

src/_incydr_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2022-present Code42 Software <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "2.2.1"
4+
__version__ = "2.2.2"

0 commit comments

Comments
 (0)