diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index cc12272..0b2e3df 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -13,3 +13,6 @@ jobs: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: args: --fail-on=all --all-projects --skip-unresolved + json: true + continue-on-error: true + - uses: contentstack/sca-policy@main diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7cedd..ada53b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## _v2.5.1_ + +### **Date: 15-April-2026** + +- Fixed security issues. + ## _v2.5.0_ ### **Date: 02-March-2026** diff --git a/contentstack/__init__.py b/contentstack/__init__.py index fc6f5e0..dea0db0 100644 --- a/contentstack/__init__.py +++ b/contentstack/__init__.py @@ -22,7 +22,7 @@ __title__ = 'contentstack-delivery-python' __author__ = 'contentstack' __status__ = 'debug' -__version__ = 'v2.5.0' +__version__ = 'v2.5.1' __endpoint__ = 'cdn.contentstack.io' __email__ = 'support@contentstack.com' __developer_email__ = 'mobile@contentstack.com'