From 30745dee8fc78945cdbeae407bd0197874c0c6b7 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 9 Dec 2024 15:27:26 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5007fd4..83ea99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-tags` will be documented in this file +## 4.7.2 - 2024-12-09 + +### What's Changed + +* Fix dynamic taggable table name by @xalunda in https://github.com/spatie/laravel-tags/pull/520 + +### New Contributors + +* @xalunda made their first contribution in https://github.com/spatie/laravel-tags/pull/520 + +**Full Changelog**: https://github.com/spatie/laravel-tags/compare/4.7.1...4.7.2 + ## 4.7.1 - 2024-12-09 ### What's Changed