diff --git a/CHANGELOG.md b/CHANGELOG.md index 5466eebc3..2e9fdb84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.2 (TBD) +* Fixed an issue that could cause the "History" tab in the Meeting Editor to hang on some meetings. + ## 3.0.1 (January 14, 2023) * Fixed an issue where upgrades would fail on certain web hosts without InnoDB set as the default MySQL storage engine. * Fixed an issue with the 'This is a Location or PostCode' option in the Admin UI. diff --git a/src/config/app.php b/src/config/app.php index fa55d2927..b179f0c3e 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -28,7 +28,7 @@ | or any other location as required by the application or its packages. */ - 'version' => env('APP_VERSION', '3.0.0'), + 'version' => env('APP_VERSION', '3.0.2'), /* |--------------------------------------------------------------------------