From dc699abd8f297ece464f3e3889cc6d4f07a82549 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Mon, 20 Feb 2023 14:45:10 +0800 Subject: [PATCH] chore: release v10.3.1 :rocket: --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 715beaf4..b64e3e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ ### [Unreleased] +### [v10.3.1] - 2023-02-20 + +- fix: Fix anonymous resource collection data formatting #2944 +- fix: phpunit 10 deprecation #2955 +- fix: bump orchestra/testbench to 8 #2949 + ### [v10.3.0] - 2023-02-07 - Add Laravel 10 compatibility #2948 @@ -107,7 +113,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.3.0...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...10.x +[v10.3.1]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...v10.3.0 [v10.3.0]: https://github.com/yajra/laravel-datatables/compare/v10.3.0...v10.2.3 [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