diff --git a/CHANGELOG.md b/CHANGELOG.md index eafb3c0..ce7fd57 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## [3.7.1] - 2024-06-25 +### Fixed + * Fix CSP after Polyfill changes (https://github.com/justbetter/magento2-sentry/pull/141) thanks to https://github.com/sprankhub ## [3.7.0] - 2024-06-25 ### Fixed * Replace polyfill CDN with fastly (https://github.com/justbetter/magento2-sentry/pull/140) thanks to https://github.com/barryvdh diff --git a/composer.json b/composer.json index ce000cb..56e19ce 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "justbetter/magento2-sentry", "description": "Magento 2 Logger for Sentry", "type": "magento2-module", - "version": "3.7.0", + "version": "3.7.1", "license": "MIT", "require": { "php": ">=8.0",