diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a6d9a04..34f3b6a53 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.21.0 - 2024-03-19 + +### Added +- Support Laravel 11.x + ## 14.20.0 - 2024-03-19 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index a628aa630..42ab197c2 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -21,7 +21,7 @@ class Dashboard /** * ORCHID Version. */ - public const VERSION = '14.20.0'; + public const VERSION = '14.21.0'; /** * @deprecated