Skip to content

Commit b0a8322

Browse files
authored
prep 1.15.0 release (#386)
1 parent e408e80 commit b0a8322

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ 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.15.0 - 2022-08-23
1212

1313
### Added
14+
1415
- Support for the V2 file event data model.
1516
- V1 file event APIs were marked deprecated in May 2022 and will be no longer be supported after May 2023.
1617
- Use the `--use-v2-file-events True` option with the `code42 profile create` or `code42 profile update` commands to enable your code42 CLI profile to use the latest V2 file event data model.
1718
- See the [V2 File Events User Guide](https://clidocs.code42.com/en/latest/userguides/siemexample.html) for more information.
1819

1920
### Changed
21+
2022
- The `--disable-ssl-errors` options for the `code42 profile create` and `code42 profile update` commands is no longer a flag and now takes a boolean `True/False` arg.
23+
2124
## 1.14.5 - 2022-08-01
2225

2326
### Added

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.14.5"
1+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)