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