Skip to content

Commit b345005

Browse files
Added release version bump and changelog file
1 parent 1b018fc commit b345005

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

33
## Content Management SDK For Python
4+
---
5+
## v1.8.1
6+
7+
#### Date: 15 April 2026
8+
9+
- Fixed Security issues
10+
411
---
512
## v1.8.0
613

contentstack_management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
__author__ = 'dev-ex'
8383
__status__ = 'debug'
8484
__region__ = 'na'
85-
__version__ = '1.8.0'
85+
__version__ = '1.8.1'
8686
__host__ = 'api.contentstack.io'
8787
__protocol__ = 'https://'
8888
__api_version__ = 'v3'

0 commit comments

Comments
 (0)