From 44772b1d6d0d1cf55b80a743b44090582d82281d Mon Sep 17 00:00:00 2001 From: tabuna Date: Sat, 4 May 2024 03:08:24 +0300 Subject: [PATCH] ## 14.23.1 - 2024-05-04 --- CHANGELOG.md | 5 +++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 169d85c9e..92a5b4b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 14.23.1 - 2024-05-04 + +### Fixed +- Allow events AutoDiscovery in Laravel 11 [#2829](https://github.com/orchidsoftware/platform/pull/2829) [#2828](https://github.com/orchidsoftware/platform/issues/2828) + ## 14.23.0 - 2024-04-23 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 9fcdc31a0..268c03374 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -23,7 +23,7 @@ class Dashboard * * @deprecated Use `Dashboard::version()` instead. */ - public const VERSION = '14.23.0'; + public const VERSION = '14.23.1'; /** * @deprecated