From 79ba1fa5d2671f62c22cc403fa1744c3b0c4cc15 Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Sat, 9 Mar 2024 17:29:56 +0300 Subject: [PATCH] Add missing version changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c0683..8f77afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil ## [Unreleased] -## [3.10.0] - 2024-03-09 +## [3.11.0] - 2024-03-09 ### Added - ([#41]) Added Laravel 11 support +## [3.10.0] - 2023-09-13 + +### Added + +- ([#38]) Support Route Scope Binding + ## [3.9.0] - 2023-03-01 ### Added @@ -124,7 +130,8 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil Initial release -[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.10.0...master +[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.11.0...master +[3.11.0]: https://github.com/cybercog/laravel-optimus/compare/3.10.0...3.11.0 [3.10.0]: https://github.com/cybercog/laravel-optimus/compare/3.9.0...3.10.0 [3.9.0]: https://github.com/cybercog/laravel-optimus/compare/3.8.0...3.9.0 [3.8.0]: https://github.com/cybercog/laravel-optimus/compare/3.7.0...3.8.0 @@ -142,6 +149,7 @@ Initial release [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 +[#38]: https://github.com/cybercog/laravel-optimus/pull/38 [#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