diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 84a9ae38..8ab468c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.2 +current_version = 1.8.3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e3f544..8482571d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [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..a7ee35a3 100644 --- a/cloudsmith_cli/data/VERSION +++ b/cloudsmith_cli/data/VERSION @@ -1 +1 @@ -1.8.2 +1.8.3