From fca2298e38ac8b4aa36b58fee601eb7948e9a607 Mon Sep 17 00:00:00 2001 From: Ryan Haley <87095328+ryan-haley-code42@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:35:12 -0500 Subject: [PATCH 1/4] minor version update --- src/code42cli/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code42cli/__version__.py b/src/code42cli/__version__.py index 2d986fc5..0a0a43a5 100644 --- a/src/code42cli/__version__.py +++ b/src/code42cli/__version__.py @@ -1 +1 @@ -__version__ = "1.8.1" +__version__ = "1.9.0" From 5e2a9224b2f34b33ef32cb81d6119b4824fac284 Mon Sep 17 00:00:00 2001 From: Ryan Haley <87095328+ryan-haley-code42@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:36:35 -0500 Subject: [PATCH 2/4] update changelog for release 1.9.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5bf01d..83a1f96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta ## Unreleased +## 1.0.0 - 2021-08-19 + ### Added - `code42 profile` commands that validate passwords (`create`, `update`, `reset-pw`) now have the `--debug` option available, and `create` and `update` can now also pass in `--totp` as an option. From 43dea13cddc9aa07687dc461fe36e8df848dfe66 Mon Sep 17 00:00:00 2001 From: Ryan Haley <87095328+ryan-haley-code42@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:52:53 -0500 Subject: [PATCH 3/4] update changelog to remove unreleased section --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a1f96c..10628e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,6 @@ 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.0 - 2021-08-19 ### Added From 35a7f27d65a36b508b973f8e5851270dd5692bf4 Mon Sep 17 00:00:00 2001 From: Ryan Haley <87095328+ryan-haley-code42@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:59:53 -0500 Subject: [PATCH 4/4] correcting changelog version for latestest --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10628e77..da84eb4a 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.0.0 - 2021-08-19 +## 1.9.0 - 2021-08-19 ### Added