diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e83ec4f3..3aa090bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ 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.3.1 - 2021-02-25 ### Changed - Command options for `profile update`: - - `-n` `--name` is not required, and if omitted with use default profile. + - `-n` `--name` is not required, and if omitted will use the default profile. - `-s` `--server` and `-u` `--username` are not required and can be updated independently now. - Example: `code42 profile update -s 1.2.3.4:1234` diff --git a/src/code42cli/__version__.py b/src/code42cli/__version__.py index 67bc602ab..9c73af26b 100644 --- a/src/code42cli/__version__.py +++ b/src/code42cli/__version__.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1"