From 6662926a7ac52cdf3d52508b0d4f6c41cc8618bf Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Sat, 15 Jul 2023 12:00:38 +0800 Subject: [PATCH] chore: release v10.6.2 :rocket: --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7334b3ed..87361a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.6.2] - 2023-07-15 + +- fix: #3010 - convert expressions to strings #3029 + ### [v10.6.1] - 2023-07-05 - fix: #3025 #3026 @@ -148,7 +152,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.6.1...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.6.2...10.x +[v10.6.2]: https://github.com/yajra/laravel-datatables/compare/v10.6.2...v10.6.1 [v10.6.1]: https://github.com/yajra/laravel-datatables/compare/v10.6.1...v10.6.0 [v10.6.0]: https://github.com/yajra/laravel-datatables/compare/v10.6.0...v10.5.0 [v10.5.0]: https://github.com/yajra/laravel-datatables/compare/v10.5.0...v10.4.4