From be0cb3f2389aeafec6f73d47fc68b0f8c43a859e Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 26 Feb 2024 11:54:56 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a57c8d..761d8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to `eloquent-sortable` will be documented in this file +## 4.2.0 - 2024-02-26 + +### What's Changed + +* Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/eloquent-sortable/pull/162 +* Support laravel 11 by @mokhosh in https://github.com/spatie/eloquent-sortable/pull/171 +* bump min laravel 9 version to support ignore timestamps by @mokhosh in https://github.com/spatie/eloquent-sortable/pull/173 + +**Full Changelog**: https://github.com/spatie/eloquent-sortable/compare/4.1.1...4.2.0 + ## 4.1.1 - 2024-02-06 ### What's Changed