From a311684b1e80e5ae12bef6a034a714cc4818aad8 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Tue, 27 Sep 2022 08:22:05 +0800 Subject: [PATCH] Bump v10.1.4 :rocket: --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0ddf23..fb4ff450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.1.4] - 2022-09-27 + +- Fixed the search column for same table relations #2856 + ### [v10.1.3] - 2022-09-20 - Fix relation key name for BelongsToMany #2850 @@ -70,7 +74,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.4...10.x +[v10.1.4]: https://github.com/yajra/laravel-datatables/compare/v10.1.4...v10.1.3 [v10.1.3]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...v10.1.2 [v10.1.2]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...v10.1.1 [v10.1.1]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...v10.1.0