diff --git a/CHANGELOG.md b/CHANGELOG.md index e153cbeb..33372678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.8.0] - 2023-08-12 + +- feat: convert prepareQuery from protected to public #3045 + ### [v10.7.0] - 2023-07-31 - feat: add ability to disable eloquent getter mutator #3009 @@ -157,7 +161,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.7.0...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...10.x +[v10.8.0]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...v10.7.0 [v10.7.0]: https://github.com/yajra/laravel-datatables/compare/v10.7.0...v10.6.2 [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