We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b018fc + b345005 commit 524f1d1Copy full SHA for 524f1d1
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# CHANGELOG
2
3
## Content Management SDK For Python
4
+---
5
+## v1.8.1
6
+
7
+#### Date: 15 April 2026
8
9
+- Fixed Security issues
10
11
---
12
## v1.8.0
13
contentstack_management/__init__.py
@@ -82,7 +82,7 @@
82
__author__ = 'dev-ex'
83
__status__ = 'debug'
84
__region__ = 'na'
85
-__version__ = '1.8.0'
+__version__ = '1.8.1'
86
__host__ = 'api.contentstack.io'
87
__protocol__ = 'https://'
88
__api_version__ = 'v3'
0 commit comments