From 6fb8571f9da39b8f256298e98bbcf6dd86900888 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Sat, 25 Nov 2023 21:00:21 +0800 Subject: [PATCH] chore: release v10.11.1 :rocket: --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e84872..749981ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.11.1] - 2023-11-25 + +- fix: Prevent error when PHP extension iconv not enabled. #3098 + ### [v10.11.0] - 2023-11-04 - feat: Scout Search Implementation #3082 @@ -174,7 +178,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.11.0...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.11.1...10.x +[v10.11.1]: https://github.com/yajra/laravel-datatables/compare/v10.11.1...v10.11.0 [v10.11.0]: https://github.com/yajra/laravel-datatables/compare/v10.11.0...v10.10.0 [v10.10.0]: https://github.com/yajra/laravel-datatables/compare/v10.10.0...v10.9.0 [v10.9.0]: https://github.com/yajra/laravel-datatables/compare/v10.9.0...v10.8.0