From 22e6dcf19a73469032b8fa7687ae396efd21258f Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Fri, 24 Jun 2022 10:53:03 +0800 Subject: [PATCH] Bump v10.1.1 :rocket: --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817e1b81..8ea3690f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### [Unreleased] +### [v10.1.1] - 2022-06-24 + +- Fix null recordsFiltered on empty collection #2806 +- Fix #2793 + ### [v10.1.0] - 2022-06-21 - Add support for dependency injection when using closure. #2800 @@ -57,7 +62,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.0...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...10.x +[v10.1.1]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...v10.1.0 [v10.1.0]: https://github.com/yajra/laravel-datatables/compare/v10.1.0...v10.0.8 [v10.0.8]: https://github.com/yajra/laravel-datatables/compare/v10.0.8...v10.0.7 [v10.0.7]: https://github.com/yajra/laravel-datatables/compare/v10.0.7...v10.0.6