Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/code42cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"