diff --git a/CHANGELOG.md b/CHANGELOG.md index 692d6b2..f4d7ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.3.1 - 2024-12-20 + +- Azure: Add missing alias for dateOffset + ## 1.3.0 - 2024-12-13 - Azure: Add support for ARM64 Images diff --git a/setup.py b/setup.py index 23d8c2c..285daf9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='cloudpub', description='Services for publishing products in cloud environments', - version='1.3.0', + version='1.3.1', keywords='stratosphere cloudpub cloudpublish', author='Jonathan Gangi', author_email='jgangi@redhat.com',