diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f10bc93..ebf63d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [3.2.0] - 2024-05-22 +## [3.3.0] - 2024-05-22 ### Added - Added support for `Task` in Ocean AKS `Scheduling` model. -## [3.1.0] - 2024-05-17 +## [3.2.0] - 2024-05-17 ### Added - Added support for `GpuType` in Ocean AKS `Filters` model. diff --git a/spotinst_sdk2/version.py b/spotinst_sdk2/version.py index 573cf70b..6a157dcb 100644 --- a/spotinst_sdk2/version.py +++ b/spotinst_sdk2/version.py @@ -1 +1 @@ -__version__ = '3.2.0' +__version__ = '3.3.0'