From cee33d07b3d40c71fe757d2a22d57315dca857ee Mon Sep 17 00:00:00 2001 From: "tim.abramson" Date: Wed, 1 Feb 2023 11:37:44 -0600 Subject: [PATCH 1/3] correct changelog date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6785f321..87f8fb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ 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. -## 1.16.4 - 2023-01-27 +## 1.16.4 - 2023-02-01 ### Fixed From 792baa39002f275eaa09a2666a3e74d98645caa6 Mon Sep 17 00:00:00 2001 From: "tim.abramson" Date: Wed, 1 Feb 2023 11:40:00 -0600 Subject: [PATCH 2/3] correct changelog date --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f8fb8b..13f1e4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,6 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta ### Fixed - Bug in `security-data search|send-to` where using `--format json` and a checkpoint raised an error when configured for V2 file events. - -## 1.16.3 - 2022-12-08 - -### Fixed - - Bug in `devices list` command when using `--include-legal-hold-membership` option with an API client auth profile. ## 1.16.2 - 2022-11-07 From 12abaeccdbc59956422e97e191543ba24f1e0e3f Mon Sep 17 00:00:00 2001 From: "tim.abramson" Date: Wed, 1 Feb 2023 11:41:34 -0600 Subject: [PATCH 3/3] correct version num --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f1e4c7..96b04ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ 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. -## 1.16.4 - 2023-02-01 +## 1.16.3 - 2023-02-01 ### Fixed