Skip to content

Commit a12399c

Browse files
author
Juliya Smith
authored
Release prep (#279)
1 parent 9e0505a commit a12399c

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGELOG.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.5.0 - 2021-05-05
1212

1313
### Added
1414

@@ -21,20 +21,22 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
2121

2222
- New command `code42 alerts bulk update` for bulk updating alerts.
2323

24+
- New command `code42 cases file-events bulk generate-template` creates the template CSV
25+
file for the given command arg.
26+
27+
- New command `code42 cases file-events bulk add` that takes a CSV file with case number
28+
and event ID.
29+
30+
- New command `code42 cases file-events bulk remove` that takes a CSV file with case
31+
number and event ID.
32+
2433
### Changed
2534

2635
- `code42 alerts search` now includes the alert ID in its table output.
2736

2837
- `code42 alerts search` table output now refers to the alert state as `state` instead of
2938
`status`.
3039

31-
- `code42 cases file-events bulk` with sub-commands:
32-
- `generate-template`: that creates the file template. And parameters:
33-
- `cmd`: with options `add` and `remove`.
34-
- `path`
35-
- `add`: that takes a csv file with case number and event ID.
36-
- `remove`: that takes a csv file with case number and event ID.
37-
3840
## 1.4.2 - 2021-04-22
3941

4042
### Added

src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.2"
1+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)