Skip to content

Commit 5d6f8dc

Browse files
author
Juliya Smith
authored
Bumps (#214)
1 parent 67e21d5 commit 5d6f8dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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.2.0 - 2021-01-25
1212

13-
# Added
13+
### Added
1414

1515
- The `devices` command is added. Included are:
1616
- `devices deactivate` to deactivate a single device.
@@ -29,14 +29,14 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
2929
- `code42 cases` commands:
3030
- `create` to create a new case.
3131
- `update` to update case details.
32-
- `export` to download case summary in a pdf file.
33-
- `list` to view all the cases.
34-
- `show` to view details of a particular case.
32+
- `export` to download a case summary as a PDF file.
33+
- `list` to view all cases.
34+
- `show` to view the details of a particular case.
3535

3636
- `code42 cases file-events` commands:
3737
- `add` to add an event to a case.
3838
- `remove` to remove an event from the case.
39-
- `list` to view all events associated to the case.
39+
- `list` to view all events associated with a case.
4040

4141
### Changed
4242

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)