From 3d3554c994618d376410f1a6b71e0b095cd63bf5 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Wed, 2 Oct 2024 14:32:53 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f930d1..69635e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `zeus` will be documented in this file +## v3.1.11 - 2024-10-02 + +### What's Changed + +* add HasRouteNamePrefix trait by @atmonshi in https://github.com/lara-zeus/core/pull/102 + +**Full Changelog**: https://github.com/lara-zeus/core/compare/v3.1.10...v3.1.11 + ## v3.1.10 - 2024-08-02 ### What's Changed @@ -382,6 +390,7 @@ php artisan vendor:publish --tag=zeus-assets + ``` @@ -424,6 +433,7 @@ php artisan vendor:publish --tag=zeus-views + ```