diff --git a/CHANGELOG.md b/CHANGELOG.md index 32613e1d..72e5013c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ how a consumer would use the library or CLI tool (e.g. adding unit tests, updating documentation, etc) are not captured here. +## 1.1.1 - 2023-06-02 + +### Fixed +- CLI `watchlists add|remove` commands for included and excluded users now batches requests to work around 100 user limit of backend API. + ## 1.1.0 - 2023-05-01 ### Added diff --git a/src/_incydr_sdk/__version__.py b/src/_incydr_sdk/__version__.py index cb842d84..f5c9497a 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__ = "1.1.0" +__version__ = "1.1.1"