From 61d9ddb913fb3f249ab765ddd5bddb2375fc7fe1 Mon Sep 17 00:00:00 2001 From: Tora Kozic Date: Thu, 6 Oct 2022 11:10:09 -0500 Subject: [PATCH] prep 1.16.0 release --- CHANGELOG.md | 13 ++++++++----- src/code42cli/__version__.py | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1337167..7b8e95d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,22 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The intended audience of this file is for py42 consumers -- as such, changes that don't affect how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here. -## Unreleased +## 1.16.0 - 2022-10-06 ### Added - Support for Code42 API clients. - You can create a new profile with API client authentication using `code42 profile create-api-client` - Or, update your existing profile to use API clients with `code42 update --api-client-id --secret ` -- When using API client authentication, changes to the following `legal-hold` commands: - - `code42 legal-hold list` - Change in response shape. - - `code42 legal-hold show` - Change in response shape. - - `code42 legal-hold search-events` - **Not available.** - New commands to view details for user risk profiles: - `code42 users list-risk-profiles` - `code42 users show-risk-profile` - Proxy support via `HTTPS_PROXY` environment variable. +### Changed + +- **When using API client authentication**, changes to the following `legal-hold` commands: + - `code42 legal-hold list` - Change in response shape. + - `code42 legal-hold show` - Change in response shape. + - `code42 legal-hold search-events` - **Not available.** + ## 1.15.0 - 2022-08-23 ### Added diff --git a/src/code42cli/__version__.py b/src/code42cli/__version__.py index 6b0872cb..638c1217 100644 --- a/src/code42cli/__version__.py +++ b/src/code42cli/__version__.py @@ -1 +1 @@ -__version__ = "1.15.0" +__version__ = "1.16.0"