From ad60c4aecc80257ae7dbfb7463076639d89c7739 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Wed, 18 Jan 2023 12:33:27 +0800 Subject: [PATCH] chore: release v10.2.3 :rocket: --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43544dde..1036901c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### [Unreleased] +### [v10.2.3] - 2023-01-18 + +- fix: Custom Order on eager loaded relationships was not working +- fix #2905 + ### [v10.2.2] - 2023-01-11 - fix: prevent deprecation errors in php 8.1+ #2931 @@ -98,7 +103,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.2.2...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.2.3...10.x +[v10.2.3]: https://github.com/yajra/laravel-datatables/compare/v10.2.3...v10.2.2 [v10.2.2]: https://github.com/yajra/laravel-datatables/compare/v10.2.2...v10.2.1 [v10.2.1]: https://github.com/yajra/laravel-datatables/compare/v10.2.1...v10.2.0 [v10.2.0]: https://github.com/yajra/laravel-datatables/compare/v10.2.0...v10.1.6