diff --git a/CHANGELOG.md b/CHANGELOG.md index 910bc15..568734c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG ## Content Management SDK For Python +--- +## v1.8.1 + +#### Date: 15 April 2026 + +- Fixed Security issues + --- ## v1.8.0 diff --git a/contentstack_management/__init__.py b/contentstack_management/__init__.py index 6d55586..f416031 100644 --- a/contentstack_management/__init__.py +++ b/contentstack_management/__init__.py @@ -82,7 +82,7 @@ __author__ = 'dev-ex' __status__ = 'debug' __region__ = 'na' -__version__ = '1.8.0' +__version__ = '1.8.1' __host__ = 'api.contentstack.io' __protocol__ = 'https://' __api_version__ = 'v3'