From c9c25aef7774c59fdfb7611c66d246ffce4de98c Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Wed, 21 Aug 2024 09:10:21 +0530 Subject: [PATCH] Bump Version --- CHANGELOG.md | 4 ++-- spotinst_sdk2/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9441e1ba..b9cd42a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [3.10.1] - 2024-08-20 +## [3.11.0] - 2024-08-21 ### Fixed -- Updated new fields Added support for ocean Automatic Rightsizing APIs (beta release. For internal use only). +- Updated new fields for ocean Automatic Rightsizing APIs (beta release. For internal use only). ## [3.10.0] - 2024-07-04 ### Added diff --git a/spotinst_sdk2/version.py b/spotinst_sdk2/version.py index e88098e3..b8b2efb8 100644 --- a/spotinst_sdk2/version.py +++ b/spotinst_sdk2/version.py @@ -1 +1 @@ -__version__ = '3.10.1' +__version__ = '3.11.0'