From 5d9305f024992fd3a996a35150759f41c4440011 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Tue, 20 Sep 2022 09:48:18 +0800 Subject: [PATCH] Bump v10.1.3 :rocket: --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ac33dd..be0ddf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.1.3] - 2022-09-20 + +- Fix relation key name for BelongsToMany #2850 + ### [v10.1.2] - 2022-07-12 - Fix HasOneThrough #2818 @@ -66,7 +70,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...10.x +[v10.1.3]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...v10.1.2 [v10.1.2]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...v10.1.1 [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