diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c063ef..cfc6b67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ RECENT CHANGES ============== +7.5.0 +----- + +- Add: #1538: zstd and lz4 compression support and auto compression detection on DB import (by ResuBaka). +- Imp: Update dev system to Magento 2.4.7-p2 (by Christian Münch). +- Imp: Update 3rd party dependencies (phpstan, fakerphp, symfony/process, symfony/validator, twig) to their latest versions (by Christian Münch) +- Imp: Streamline Elasticsearch configuration (by Christian Münch) +- Imp: Enhance CI pipelines for dependency updates (by Christian Münch) +- Fix: Minor typo corrections (by Christian Münch) +- Fix: #1519: Fixed casing of DecryptCommand class (by Pieter Hoste) +- Fix: Address issues with MariaDB client tools not supporting `--ssl-mode` (by Christian Münch, reported by Max Fickers) +- Fix: Use the correct function to support PHP 7.4 for file ending checks (by ResuBaka) + 7.4.0 ----- diff --git a/src/N98/Magento/Application.php b/src/N98/Magento/Application.php index e87d1d28..c77e7397 100644 --- a/src/N98/Magento/Application.php +++ b/src/N98/Magento/Application.php @@ -47,7 +47,7 @@ class Application extends BaseApplication /** * @var string */ - const APP_VERSION = '7.4.0'; + const APP_VERSION = '7.5.0'; /** * @var int