Skip to content

Commit d0e037a

Browse files
authored
bump version and add missing changelog items (#126)
1 parent e54db83 commit d0e037a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
3131

3232
### Added
3333

34-
- Profile can now save multiple alert and file event checkpoints. The name of the checkpoint to be used for a given query should be passed to `-c` (`--use-checkpoint`).
34+
- `--or-query` option added to `security-data search` and `alerts search` commands which combines the provided filter arguments into an 'OR' query instead of the default 'AND' query.
35+
- `--password` option added to `profile create` and `profile update` commands, enabling creating profiles while bypassing the interactive password prompt.
36+
- Profiles can now save multiple alert and file event checkpoints. The name of the checkpoint to be used for a given query should be passed to `-c` (`--use-checkpoint`).
3537
- `-y/--assume-yes` option added to `profile delete` and `profile delete-all` commands to not require interactive prompt.
3638

3739
### Removed

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0b1"
1+
__version__ = "1.0.0b2"

0 commit comments

Comments
 (0)