From 47d9561d18927cde602edb51954ced32e3dcb8fe Mon Sep 17 00:00:00 2001 From: AlexVanderbist Date: Fri, 10 May 2024 08:22:34 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebfe784..66046c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to `laravel-query-builder` will be documented in this file +## 5.8.1 - 2024-05-10 + +### What's Changed + +* Fix typo by @justinkekeocha in https://github.com/spatie/laravel-query-builder/pull/926 +* List query-builder-ts front-end implementation package by @rogervila in https://github.com/spatie/laravel-query-builder/pull/925 +* Fix incorrect escape character in SQL for LIKE query in partial filter by @Talpx1 in https://github.com/spatie/laravel-query-builder/pull/927 + +### New Contributors + +* @justinkekeocha made their first contribution in https://github.com/spatie/laravel-query-builder/pull/926 +* @rogervila made their first contribution in https://github.com/spatie/laravel-query-builder/pull/925 +* @Talpx1 made their first contribution in https://github.com/spatie/laravel-query-builder/pull/927 + +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/5.8.0...5.8.1 + ## 5.8.0 - 2024-02-06 ### What's Changed