From ee46854f72ff8daf78342589a24673f2bd3e6fe0 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 30 Dec 2024 09:06:37 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b1ce9..88db4ab 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-sluggable` will be documented in this file +## 3.7.2 - 2024-12-30 + +### What's Changed + +* Fix query for translatable slug by @andrii-trush in https://github.com/spatie/laravel-sluggable/pull/285 + +### New Contributors + +* @andrii-trush made their first contribution in https://github.com/spatie/laravel-sluggable/pull/285 + +**Full Changelog**: https://github.com/spatie/laravel-sluggable/compare/3.7.1...3.7.2 + ## 3.7.1 - 2024-12-23 ### What's Changed