diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b276b..d0636b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Upcoming... +## 7.5.2 - 2021-06-24 + +* Composer update +* Flysystem patch GHSA-9f46-5r25-5wfm + ## 7.5.1 - 2021-03-23 * New csrf token key config option added diff --git a/dist/index.php b/dist/index.php index 9b9c744..097220b 100644 --- a/dist/index.php +++ b/dist/index.php @@ -39,7 +39,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.5.1'); +define('APP_VERSION', '7.5.2'); use Filegator\App; use Filegator\Config\Config;