From af6f8ebc2f0b6012c987c3aad6a60c2e8308912d Mon Sep 17 00:00:00 2001 From: mokhosh Date: Tue, 12 Mar 2024 22:13:54 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf91bfa..5354625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `filament-kanban` will be documented in this file. +## v2.7.0 - 2024-03-12 + +### What's Changed + +* Add Laravell 11 support by @mokhosh and @gnovaro in https://github.com/mokhosh/filament-kanban/pull/24 + +### New Contributors + +* @gnovaro made their first contribution in https://github.com/mokhosh/filament-kanban/pull/24 + +**Full Changelog**: https://github.com/mokhosh/filament-kanban/compare/v2.6.1...v2.7.0 + ## v2.6.1 - 2024-03-07 ### What's Changed @@ -141,6 +153,7 @@ class UserDashboard extends KanbanBoard + ``` Now you can have just this: @@ -163,6 +176,7 @@ class UserDashboard extends KanbanBoard + ``` ## Version 2.0.0 🎉 - 2024-02-07 @@ -249,6 +263,7 @@ class UserDashboard extends KanbanBoard + ``` Now you can have just this: @@ -272,6 +287,7 @@ class UserDashboard extends KanbanBoard + ``` ## v1.11.0 - 2024-01-30