Skip to content

Commit c4bbdb0

Browse files
authored
prep 1.16.0 release (#391)
1 parent b52aade commit c4bbdb0

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11-
## Unreleased
11+
## 1.16.0 - 2022-10-06
1212

1313
### Added
1414

1515
- Support for Code42 API clients.
1616
- You can create a new profile with API client authentication using `code42 profile create-api-client`
1717
- Or, update your existing profile to use API clients with `code42 update --api-client-id <id> --secret <secret>`
18-
- When using API client authentication, changes to the following `legal-hold` commands:
19-
- `code42 legal-hold list` - Change in response shape.
20-
- `code42 legal-hold show` - Change in response shape.
21-
- `code42 legal-hold search-events` - **Not available.**
2218
- New commands to view details for user risk profiles:
2319
- `code42 users list-risk-profiles`
2420
- `code42 users show-risk-profile`
2521
- Proxy support via `HTTPS_PROXY` environment variable.
2622

23+
### Changed
24+
25+
- **When using API client authentication**, changes to the following `legal-hold` commands:
26+
- `code42 legal-hold list` - Change in response shape.
27+
- `code42 legal-hold show` - Change in response shape.
28+
- `code42 legal-hold search-events` - **Not available.**
29+
2730
## 1.15.0 - 2022-08-23
2831

2932
### Added

src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.15.0"
1+
__version__ = "1.16.0"

0 commit comments

Comments
 (0)