diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f8b1977..28f98ae5e 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.25.3 - 2024-06-06 + +### Fixed +- Missing attributes for `Attach` field + ## 14.25.2 - 2024-06-01 ### Fixed diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 9138eacc9..cfae1daed 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.25.2'; + public const VERSION = '14.25.3'; /** * @deprecated