From fbf38d4bd255f4c04cf21390526bf89a05dc2ff3 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Tue, 2 Jul 2024 13:39:45 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b06693a..06ad425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `laravel-collection-macros` will be documented in this file +## 7.14.1 - 2024-07-02 + +### What's Changed + +* pluckMany dotted key support by @sfinktah in https://github.com/spatie/laravel-collection-macros/pull/248 + +**Full Changelog**: https://github.com/spatie/laravel-collection-macros/compare/7.14.0...7.14.1 + ## 7.14.0 - 2024-03-08 ### What's Changed