diff --git a/CHANGELOG.md b/CHANGELOG.md index 83478a1c..62229ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### [Unreleased] +### [v9.21.2] - 2022-07-12 + +- Fix HasOneThrough (added tests) #2816 +- Fix #2738 + ### [v9.21.1] - 2022-06-22 - Fix sorting and pagination on empty records #2803 @@ -502,8 +507,8 @@ return (new CollectionDataTable(User::all())->toJson(); - Fix orderColumn api where related tables are not joined. - Fix nested with relation search and sort function. -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.21.1...9.0 -[v9.21.1]: https://github.com/yajra/laravel-datatables/compare/v9.21.0...v9.21.1 +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.21.2...9.0 +[v9.21.2]: https://github.com/yajra/laravel-datatables/compare/v9.21.1...v9.21.2 [v9.21.0]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0 [v9.20.0]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0 [v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1