We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 079d7e8 + 4e392e6 commit e71d895Copy full SHA for e71d895
3 files changed
.github/workflows/sca-scan.yml
@@ -13,3 +13,6 @@ jobs:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
15
args: --fail-on=all --all-projects --skip-unresolved
16
+ json: true
17
+ continue-on-error: true
18
+ - uses: contentstack/sca-policy@main
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## _v2.5.1_
4
+
5
+### **Date: 15-April-2026**
6
7
+- Fixed security issues.
8
9
## _v2.5.0_
10
11
### **Date: 02-March-2026**
contentstack/__init__.py
@@ -22,7 +22,7 @@
22
__title__ = 'contentstack-delivery-python'
23
__author__ = 'contentstack'
24
__status__ = 'debug'
25
-__version__ = 'v2.5.0'
+__version__ = 'v2.5.1'
26
__endpoint__ = 'cdn.contentstack.io'
27
__email__ = 'support@contentstack.com'
28
__developer_email__ = 'mobile@contentstack.com'
0 commit comments