diff --git a/CHANGELOG.md b/CHANGELOG.md index d51892bf1..7b03a41c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.28.1 - 2024-08-13 + +### Fixed +- Icon clipping issue at various ratios [#2846](https://github.com/orchidsoftware/platform/issues/2846) +- Nested menu collapsing behavior [#2875](https://github.com/orchidsoftware/platform/issues/2875) + ## 14.28.0 - 2024-08-13 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 870c0d0d8..0b63b738c 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.28.0'; + public const VERSION = '14.28.1'; /** * @deprecated