diff --git a/CHANGELOG.md b/CHANGELOG.md index f592b6ca..f0151dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.0.5] - 2022-05-17 + +- Fix Return value must be of type int, string returned. + ### [v10.0.4] - 2022-05-08 - Fix accidental formatter issue on eloquent @@ -37,7 +41,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.4...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.5...10.x +[v10.0.5]: https://github.com/yajra/laravel-datatables/compare/v10.0.5...v10.0.4 [v10.0.4]: https://github.com/yajra/laravel-datatables/compare/v10.0.4...v10.0.3 [v10.0.3]: https://github.com/yajra/laravel-datatables/compare/v10.0.3...v10.0.2 [v10.0.2]: https://github.com/yajra/laravel-datatables/compare/v10.0.2...v10.0.1