diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c728cb..ffc392e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.7.6 - 2026-09-11 + - Add support for resource type commercial-marketplace-setup by @ashwgit in #230 ## 1.7.5 - 2026-09-08 - fix: update AZURE_SESSION_TIMEOUT to 20.0 by @JAVGan in https://github.com/release-engineering/cloudpub/pull/220 diff --git a/setup.py b/setup.py index 1537d82..be0bfad 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='cloudpub', description='Services for publishing products in cloud environments', - version='1.7.5', + version='1.7.6', keywords='stratosphere cloudpub cloudpublish', author='Jonathan Gangi', author_email='jgangi@redhat.com',