diff --git a/CHANGELOG.md b/CHANGELOG.md index 755ed7649..ef86acdf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,7 @@ 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 - -### Changed - -- The error text in cases command when: - - `cases create` sets a name that already exists in the system. - - `cases create` sets a description that has more than 250 characters. - - `cases update` sets a description that has more than 250 characters. - - `cases file-events add` is performed on an already closed case. - - `cases file-events add` sets an event id that is already added to the case. - - `cases file-events remove` is performed on an already closed case. +## 1.3.0 - 2021-02-11 ### Fixed @@ -30,9 +20,19 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta - `code42 security-data send-to` - `code42 alerts send-to` - `code42 audit-logs send-to` - for more securely transporting data. + for more securely transporting data. Included are new flags: + - `--certs` + - `--ignore-cert-validation` + +### Changed -- `--certs` option for `send-to` commands when using `--protocol TLS-TCP`. +- The error text in cases command when: + - `cases create` sets a name that already exists in the system. + - `cases create` sets a description that has more than 250 characters. + - `cases update` sets a description that has more than 250 characters. + - `cases file-events add` is performed on an already closed case. + - `cases file-events add` sets an event id that is already added to the case. + - `cases file-events remove` is performed on an already closed case. ## 1.2.0 - 2021-01-25 diff --git a/src/code42cli/__version__.py b/src/code42cli/__version__.py index c68196d1c..67bc602ab 100644 --- a/src/code42cli/__version__.py +++ b/src/code42cli/__version__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0"