diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 84a9ae38..132d30f1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.2 +current_version = 1.8.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e3f544..8672466a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.8.4] - 2025-10-06 + +### Added + +- Support for Conda, Cargo, Go, and Hugging Face upstreams ([#214](https://github.com/cloudsmith-io/cloudsmith-cli/pull/214)) + +## [1.8.3] - 2025-06-02 + +- Added 'swift' and 'hex' as available upstream formats. + +## [1.8.2] - 2025-06-02 + +- Make an sdist available as part of the release. + +## [1.8.1] - 2025-05-07 + +- Fix bug that caused configuration to be dropped in the authenticate command. +- Fix bug in the default configuration schema. + ## [1.8.0] - 2025-05-02 ### Added diff --git a/cloudsmith_cli/data/VERSION b/cloudsmith_cli/data/VERSION index 53adb84c..bfa363e7 100644 --- a/cloudsmith_cli/data/VERSION +++ b/cloudsmith_cli/data/VERSION @@ -1 +1 @@ -1.8.2 +1.8.4