diff --git a/CHANGELOG.md b/CHANGELOG.md index dab27da2..43544dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### [Unreleased] +### [v10.2.2] - 2023-01-11 + +- fix: prevent deprecation errors in php 8.1+ #2931 +- fixes #2930 + ### [v10.2.1] - 2022-12-07 - fix: case insensitive starts with search #2917 #2916 @@ -93,7 +98,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.2.1...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.2.2...10.x +[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 [v10.1.6]: https://github.com/yajra/laravel-datatables/compare/v10.1.6...v10.1.5