From 545d0965940eebf072ec5c5b3f4213037219c82b Mon Sep 17 00:00:00 2001 From: freekmurze Date: Thu, 2 May 2024 09:50:08 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761d8fe..857d725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `eloquent-sortable` will be documented in this file +## 4.3.0 - 2024-05-02 + +### What's Changed + +* Use model's qualified key name for update queries by @JeremyDunn in https://github.com/spatie/eloquent-sortable/pull/175 + +### New Contributors + +* @JeremyDunn made their first contribution in https://github.com/spatie/eloquent-sortable/pull/175 + +**Full Changelog**: https://github.com/spatie/eloquent-sortable/compare/4.2.0...4.3.0 + ## 4.2.0 - 2024-02-26 ### What's Changed