From 6badd623d6352284a926de604b55db881057ca67 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Sat, 4 Nov 2023 09:21:13 +0800 Subject: [PATCH] chore: release v10.11.0 :rocket: --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec102648..92e84872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### [Unreleased] +### [v10.11.0] - 2023-11-04 + +- feat: Scout Search Implementation #3082 +- feat: Add scout fixed ordering for pgsql and oracle #3090 + ### [v10.10.0] - 2023-10-04 - feat: allow closure on formatColumn #3073 @@ -169,7 +174,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.10.0...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.11.0...10.x +[v10.11.0]: https://github.com/yajra/laravel-datatables/compare/v10.11.0...v10.10.0 [v10.10.0]: https://github.com/yajra/laravel-datatables/compare/v10.10.0...v10.9.0 [v10.9.0]: https://github.com/yajra/laravel-datatables/compare/v10.9.0...v10.8.0 [v10.8.0]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...v10.7.0