@@ -8,17 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
9
9
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
10
10
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
22
12
23
13
### Fixed
24
14
@@ -30,9 +20,19 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
30
20
- ` code42 security-data send-to `
31
21
- ` code42 alerts send-to `
32
22
- ` 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
34
28
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.
36
36
37
37
## 1.2.0 - 2021-01-25
38
38
0 commit comments