From 3b7f7069ea747e13c1dfd36795568485129fe62d Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Mon, 23 May 2022 18:54:52 +0800 Subject: [PATCH] Bump v10.0.7 :rocket: --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b224bb..f7e3dc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.0.7] - 2022-05-23 + +- Fix create eloquent datatable from relation #2789 + ### [v10.0.6] - 2022-05-18 - Added null parameter type as allowed to handle default Action column from laravel-datatables-html #2787 @@ -45,7 +49,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.6...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.7...10.x +[v10.0.7]: https://github.com/yajra/laravel-datatables/compare/v10.0.7...v10.0.6 [v10.0.6]: https://github.com/yajra/laravel-datatables/compare/v10.0.6...v10.0.5 [v10.0.5]: https://github.com/yajra/laravel-datatables/compare/v10.0.5...v10.0.4 [v10.0.4]: https://github.com/yajra/laravel-datatables/compare/v10.0.4...v10.0.3