Skip to content

Commit

Permalink
prep for 1.0.1 release (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanag13 committed Apr 29, 2020
1 parent 35a4b3f commit a3653d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## Unreleased
## 1.0.1 - 2020-04-29

### Added

- `sdk.archives.update_cold_storage_purge_date()`, allowing the changing of the date at which a cold storage archive
will be purged.
- `sdk.archive.update_cold_storage_purge_date()`, allowing the changing of the date at which a cold storage archive will be purged.

### Changed

Expand All @@ -25,7 +24,6 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
- `py42.sdk.queries.alerts.alert_query.AlertQuery` no longer requires a `tenant_id` to be added to the query manually,
the `AlertClient.search()` method now adds the tenant_id automatically from the user_context.


## 1.0.0 - 2020-04-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/py42/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# py42

__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit a3653d8

Please sign in to comment.