Skip to content

Commit d7d3575

Browse files
authored
prep 1.13.0 release (#361)
1 parent 52a4725 commit d7d3575

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ 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.13.0 - 2022-04-04
1212

1313
### Added
14-
- `departing-employee bulk remove` and `high-risk-employee bulk remove` commands now accept an optional header, as well as extraneous columns if a header is provided.
14+
15+
- `departing-employee bulk remove` and `high-risk-employee bulk remove` commands now accept CSVs with an optional header, as well as extraneous columns if a header is provided.
1516
- Added `devices rename` and `devices bulk rename` commands to rename devices.
1617
- *Note: Incydr devices cannot be renamed.*
1718
- Added the following commands for managing users' cloud aliases:
@@ -26,6 +27,7 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
2627
### Fixed
2728

2829
- Vulnerability in `ipython` dependency. See [CVE-2022-21699](https://nvd.nist.gov/vuln/detail/CVE-2022-21699).
30+
2931
## 1.12.0 - 2021-12-13
3032

3133
### Fixed

src/code42cli/__version__.py

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

0 commit comments

Comments
 (0)