Skip to content

Commit e71d895

Browse files
Merge pull request #195 from contentstack/dev-update-master
Dev update master
2 parents 079d7e8 + 4e392e6 commit e71d895

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/sca-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:
1515
args: --fail-on=all --all-projects --skip-unresolved
16+
json: true
17+
continue-on-error: true
18+
- uses: contentstack/sca-policy@main

CHANGELOG.md

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

3+
## _v2.5.1_
4+
5+
### **Date: 15-April-2026**
6+
7+
- Fixed security issues.
8+
39
## _v2.5.0_
410

511
### **Date: 02-March-2026**

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__title__ = 'contentstack-delivery-python'
2323
__author__ = 'contentstack'
2424
__status__ = 'debug'
25-
__version__ = 'v2.5.0'
25+
__version__ = 'v2.5.1'
2626
__endpoint__ = 'cdn.contentstack.io'
2727
__email__ = 'support@contentstack.com'
2828
__developer_email__ = 'mobile@contentstack.com'

0 commit comments

Comments
 (0)