diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ce412..16d4dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Upcoming... + +## 7.9.0 - 2023-01-20 * Added configurable lockout for incorrect login attempts (see configuration_sample.php) ## 7.8.7 - 2022-10-17 diff --git a/dist/index.php b/dist/index.php index cfc5f51..553025a 100644 --- a/dist/index.php +++ b/dist/index.php @@ -41,7 +41,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.8.7'); +define('APP_VERSION', '7.9.0'); use Filegator\App; use Filegator\Config\Config;