diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f875061..0f0232f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.33.0 - 2024-09-02 + +### Changed +- Retrieve Screen inherited public properties from parent classes [#2880](https://github.com/orchidsoftware/platform/pull/2880) + +### Fixed +- Broken assets + ## 14.32.0 - 2024-09-02 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index ff027006f..11d25ffc9 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.32.0'; + public const VERSION = '14.33.0'; /** * @deprecated