diff --git a/CHANGELOG.md b/CHANGELOG.md index 5103826..3146340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog ## Upcoming... + +## 7.12.0 - 2024-12-13 * Dependency updates (see #506) * Min PHP version set to 8.1 * Added support for NodeJS up to v22 * Dark theme added using prefers-color-scheme (see #499) +* Automatic multiarch docker deployment after release (amd64, arm7/8, 386) ## 7.11.1 - 2024-11-27 * Ukrainian translations added, thanks @jekasumy @jaapmarcus diff --git a/dist/index.php b/dist/index.php index d2aad89..729f328 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.11.1'); +define('APP_VERSION', '7.12.0'); use Filegator\App; use Filegator\Config\Config;