Skip to content

Commit bffc798

Browse files
authored
prep for release (#345)
* update changelog and bump version * add date to relase header * style
1 parent ae77872 commit bffc798

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,22 @@ 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-
## 1.11.1 - 2021-11-09
11+
## 1.12.0 - 2021-12-13
12+
13+
### Fixed
14+
- Bug where device settings were unable to be serialized to json.
1215

1316
### Added
1417
- `--columns` option to `security-data search` and `security-data send-to` commands which reduces output to only the specified colums/json keys. Accepts a comma-separated list of column names (case-insensitive).
1518

1619
### Changed
17-
- Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme.
1820
- Improved accuracy of checkpointing for `security-data search` (checkpoints every row as it is printed to stdout instead of just the last event of the search response).
1921

22+
## 1.11.1 - 2021-11-09
23+
24+
### Changed
25+
- Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme.
26+
2027
## 1.11.0 - 2021-10-22
2128

2229
### Fixed

src/code42cli/__version__.py

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

0 commit comments

Comments
 (0)