diff --git a/CHANGELOG.md b/CHANGELOG.md index b42adf2272..5069948c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file contains the code changes that were introduced into each release (starting from v1.1.0) so that is easy for developers to maintain and readjust their custom modifications on the main project codebase. -## [Unreleased] +## [1.5.0] - 2024-07-07 ### Added diff --git a/application/config/app.php b/application/config/app.php index ae289aa6f8..6cdba90a94 100644 --- a/application/config/app.php +++ b/application/config/app.php @@ -9,10 +9,10 @@ | */ -$config['version'] = '1.5.0-beta.1'; // This must be changed manually. +$config['version'] = '1.5.0'; // This must be changed manually. $config['url'] = Config::BASE_URL; $config['debug'] = Config::DEBUG_MODE; -$config['cache_busting_token'] = 'ZV953'; +$config['cache_busting_token'] = 'ZV954';