Skip to content

Commit 0f18cfa

Browse files
INTEG-3014 - bump version
1 parent b829582 commit 0f18cfa

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
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.8.1 - 2026-01-21
13+
14+
### Added
15+
- A new authorization type to facilitate internal development and testing. No user-facing changes are present in this release.
16+
1217
## 2.8.0 - 2026-01-16
1318

1419
### 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.8.0"
4+
__version__ = "2.8.1"

0 commit comments

Comments
 (0)