From 314f0dbffd25600e0b6452f3f87be1072c34f5ee Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Tue, 6 Dec 2022 09:09:13 +0800 Subject: [PATCH] chore: bump v10.2.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8677be..dab27da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.2.1] - 2022-12-07 + +- fix: case insensitive starts with search #2917 #2916 + ### [v10.2.0] - 2022-11-03 - PHP 8.1 Depreciation Fix #2877 @@ -89,7 +93,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.2.0...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.2.1...10.x +[v10.2.1]: https://github.com/yajra/laravel-datatables/compare/v10.2.1...v10.2.0 [v10.2.0]: https://github.com/yajra/laravel-datatables/compare/v10.2.0...v10.1.6 [v10.1.6]: https://github.com/yajra/laravel-datatables/compare/v10.1.6...v10.1.5 [v10.1.5]: https://github.com/yajra/laravel-datatables/compare/v10.1.5...v10.1.4