From 483ae22817f74c4119f1437f5a16677fb251326f Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Sat, 9 Mar 2024 17:14:21 +0300 Subject: [PATCH] Add Laravel 11 support --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdce74..21c0683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil ### Added -- ([#35]) Added Laravel 11 support +- ([#41]) Added Laravel 11 support ## [3.9.0] - 2023-03-01 @@ -141,6 +141,7 @@ Initial release [2.1.0]: https://github.com/cybercog/laravel-optimus/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/cybercog/laravel-optimus/compare/1.0.0...2.0.0 +[#41]: https://github.com/cybercog/laravel-optimus/pull/41 [#35]: https://github.com/cybercog/laravel-optimus/pull/35 [#32]: https://github.com/cybercog/laravel-optimus/pull/32 [#31]: https://github.com/cybercog/laravel-optimus/pull/31