diff --git a/CHANGELOG.md b/CHANGELOG.md index dd99cca..e1a86c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,12 @@ ## Content Management SDK For Python --- -## v1.5.0 - -#### Date: 09 June 2025 - -- Added Nested Global fields support. ---- ## v1.4.0 -#### Date: 26 May 2025 +#### Date: 09 June 2025 - Release 2.0 support. +- Nested Global fields support --- ## v1.3.3 diff --git a/contentstack_management/__init__.py b/contentstack_management/__init__.py index bcfeb42..849cd80 100644 --- a/contentstack_management/__init__.py +++ b/contentstack_management/__init__.py @@ -72,7 +72,7 @@ __author__ = 'dev-ex' __status__ = 'debug' __region__ = 'na' -__version__ = '1.5.0' +__version__ = '1.4.0' __host__ = 'api.contentstack.io' __protocol__ = 'https://' __api_version__ = 'v3'