diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fa48a..08616f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.3.1] - 2024-10-08 + +### Fixed + + - Missing dependency from `setup.py` file ([#177](https://github.com/cloudsmith-io/cloudsmith-cli/pull/177)) + ## [1.3.0] - 2024-10-08 ### Added -- The `auth` command, enabling users to authenticate against the API with their organization's configured SAML provider ([#174](https://github.com/cloudsmith-io/cloudsmith-cli/pull/174) +- The `auth` command, enabling users to authenticate against the API with their organization's configured SAML provider ([#174](https://github.com/cloudsmith-io/cloudsmith-cli/pull/174)) ## [1.2.5] - 2024-06-11 diff --git a/cloudsmith_cli/data/VERSION b/cloudsmith_cli/data/VERSION index f0bb29e..3a3cd8c 100644 --- a/cloudsmith_cli/data/VERSION +++ b/cloudsmith_cli/data/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1