From 1cfaa38ff35f5817c07939c0f23f64cbf063be58 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Mon, 11 Mar 2024 12:57:24 -0400 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb4adf..68d37e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ All notable changes to `laravel-ddd` will be documented in this file. -## [Unversioned] +## [0.9.0] - 2024-03-11 +### Changed +- Internals: normalize generator file paths using `DIRECTORY_SEPARATOR` for consistency across different operating systems when it comes to console output and test expectations. + ### Chore - Add Laravel 11 support. +- Add PHP 8.3 support. ## [0.8.1] - 2023-12-05 ### Chore