diff --git a/CHANGELOG.md b/CHANGELOG.md index 5199d15b2..ed6eaf4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `accessibilityCustomContent` is an IUO and nils should be handled - ### Added ### Removed @@ -27,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Internal +## [6.5.1] - 2026-01-27 + +### Fixed + +- `accessibilityCustomContent` is an IUO and nils should be handled accordingly. + ## [6.5.0] - 2025-11-25 ### Added @@ -1288,7 +1292,8 @@ searchField ## [0.2.2] - 2019-03-29 - First stable release. -[main]: https://github.com/square/Blueprint/compare/6.5.0...HEAD +[main]: https://github.com/square/Blueprint/compare/6.5.1...HEAD +[6.5.1]: https://github.com/square/Blueprint/compare/6.5.0...6.5.1 [6.5.0]: https://github.com/square/Blueprint/compare/6.4.0...6.5.0 [6.4.0]: https://github.com/square/Blueprint/compare/6.3.1...6.4.0 [6.3.1]: https://github.com/square/Blueprint/compare/6.3.0...6.3.1