From 3cf83d604c5ec346335c5fd1241c96822001abe9 Mon Sep 17 00:00:00 2001 From: David Carr Date: Mon, 22 Jan 2024 01:20:01 +0000 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea02bad2b..ea74343e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ All Notable changes to `laravel-modules` will be documented in this file. ## Next +## 10.0.5 - 2024-01-22 + ## Added - [@azim-kordpour](https://github.com/azim-kordpour) Add PHPDoc static to all methods in Module facade ## Changed +- [@dcblogdev](https://github.com/dcblogdev) Reverted config to use `App` and `Database` namespace / folders by default - [@alissn](https://github.com/alissn) Command Synchronization and Alphabetical Sorting in ConsoleServiceProvider - [@fpermana](https://github.com/fpermana) Update ObserverMakeCommand.php