Skip to content

Commit 9946ade

Browse files
author
Juliya Smith
authored
Release prep - 1.8.0 (#307)
1 parent 24a5d18 commit 9946ade

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
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.8.0 - 2021-07-08
1212

1313
### Fixed
1414

@@ -33,8 +33,6 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
3333

3434
### Changed
3535

36-
- `code42 alerts search` now uses microsecond precision when searching by alerts' date observed.
37-
3836
- Now when a user is not found, the error message suggests that it might be because you don't
3937
have the necessary permissions.
4038

src/code42cli/__version__.py

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

0 commit comments

Comments
 (0)