From 0184ad100cb4c0bf2b7fc972d5d068aadfe20c44 Mon Sep 17 00:00:00 2001 From: Jonathan Braswell <10187286+jbraswell@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:53:30 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ src/config/app.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------