@@ -8,17 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010
11- ## Unreleased
12-
13- ### Changed
14-
15- - The error text in cases command when:
16- - ` cases create ` sets a name that already exists in the system.
17- - ` cases create ` sets a description that has more than 250 characters.
18- - ` cases update ` sets a description that has more than 250 characters.
19- - ` cases file-events add ` is performed on an already closed case.
20- - ` cases file-events add ` sets an event id that is already added to the case.
21- - ` cases file-events remove ` is performed on an already closed case.
11+ ## 1.3.0 - 2021-02-11
2212
2313### Fixed
2414
@@ -30,9 +20,19 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
3020 - ` code42 security-data send-to `
3121 - ` code42 alerts send-to `
3222 - ` code42 audit-logs send-to `
33- for more securely transporting data.
23+ for more securely transporting data. Included are new flags:
24+ - ` --certs `
25+ - ` --ignore-cert-validation `
26+
27+ ### Changed
3428
35- - ` --certs ` option for ` send-to ` commands when using ` --protocol TLS-TCP ` .
29+ - The error text in cases command when:
30+ - ` cases create ` sets a name that already exists in the system.
31+ - ` cases create ` sets a description that has more than 250 characters.
32+ - ` cases update ` sets a description that has more than 250 characters.
33+ - ` cases file-events add ` is performed on an already closed case.
34+ - ` cases file-events add ` sets an event id that is already added to the case.
35+ - ` cases file-events remove ` is performed on an already closed case.
3636
3737## 1.2.0 - 2021-01-25
3838
0 commit comments