From b3450059fc1a17dc4c4f7750d55128ddba6f8a86 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:59:55 +0530 Subject: [PATCH] Added release version bump and changelog file --- CHANGELOG.md | 7 +++++++ contentstack_management/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'