diff --git a/CHANGELOG.md b/CHANGELOG.md index afe1cce..28da0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `zeus` will be documented in this file +## v3.1.9 - 2024-03-12 + +### What's Changed + +* Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/lara-zeus/core/pull/92 +* update laravel-seo to support laravel 11 by @atmonshi in https://github.com/lara-zeus/core/pull/93 + +**Full Changelog**: https://github.com/lara-zeus/core/compare/v3.1.8...v3.1.9 + ## v3.1.8 - 2024-03-01 ### What's Changed @@ -356,6 +365,7 @@ php artisan vendor:publish --tag=zeus-assets + ``` @@ -396,6 +406,7 @@ php artisan vendor:publish --tag=zeus-views + ```