From e6e4ee5131eb64b0a0283c1802b07f449580ce5a Mon Sep 17 00:00:00 2001 From: Kyle Harrison Date: Tue, 24 Mar 2026 09:07:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.15.0=20=E2=86=92=201.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 5 +++++ cloudsmith_cli/data/VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e8a3c1ed..c454b227 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.15.0 +current_version = 1.16.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5923d922..e9c35108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.16.0] - 2026-03-24 + +### Added + +- Added Alpine Upstream support for managing upstream configurations. ## [1.15.0] - 2026-03-19 diff --git a/cloudsmith_cli/data/VERSION b/cloudsmith_cli/data/VERSION index 141f2e80..15b989e3 100644 --- a/cloudsmith_cli/data/VERSION +++ b/cloudsmith_cli/data/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0