diff --git a/CHANGELOG.md b/CHANGELOG.md index 85029ad..a32e2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Upcoming... + +## 7.11.0 - 2024-10-28 * Improved LDAP adapter, thanks @ahaenggli * Fix file permissions, thanks @yahesh diff --git a/dist/index.php b/dist/index.php index 855987d..f066859 100644 --- a/dist/index.php +++ b/dist/index.php @@ -36,7 +36,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.10.1'); +define('APP_VERSION', '7.11.0'); use Filegator\App; use Filegator\Config\Config;