From b125839f1c50105375f4d41134bbc618cd3e59b3 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 13 May 2024 22:28:35 +0000 Subject: [PATCH] Finalized changelog for v6.10.0 --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4995fa418..660fe108e 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.10.0] - 2024-05-13 + ### Bug - [COLDBOX-1274](https://ortussolutions.atlassian.net/browse/COLDBOX-1274) javacasting to long for new Java LocalDateTime instead of int, Adobe not doing type promotion @@ -273,7 +275,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [WIREBOX-123](https://ortussolutions.atlassian.net/browse/WIREBOX-123) Removal of usage of Injector dsl interface due to so many issues with multiple engines -[Unreleased]: https://github.com/ColdBox/coldbox-platform/compare/v6.9.0...HEAD +[Unreleased]: https://github.com/ColdBox/coldbox-platform/compare/v6.10.0...HEAD + +[6.10.0]: https://github.com/ColdBox/coldbox-platform/compare/v6.9.0...v6.10.0 [6.9.0]: https://github.com/ColdBox/coldbox-platform/compare/v6.8.2...v6.9.0