diff --git a/CHANGELOG.md b/CHANGELOG.md index 657f5dd..08dd385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.1.0 - 2024-09-13 + +- Add support for Python 3.12 +- Adds ability to handle error messages that are URLs. +- Azure: Only publish when changes were made +- Azure: Support coreVirtualMachine publishing + ## 1.0.1 - 2024-08-14 - Documentation: Fixes url from internal gitlab to github diff --git a/setup.py b/setup.py index 3090969..90df847 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='cloudpub', description='Services for publishing products in cloud environments', - version='1.0.1', + version='1.1.0', keywords='stratosphere cloudpub cloudpublish', author='Jonathan Gangi', author_email='jgangi@redhat.com',