diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c74bb1..9a64d5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### [Unreleased] +### [v11.1.3](https://github.com/yajra/laravel-datatables/compare/v11.1.2...v11.1.3) - 2024-07-15 + +- fix: make query for filteredRecords when totalRecords was manually set #3157 + ### [v11.1.2](https://github.com/yajra/laravel-datatables/compare/v11.1.1...v11.1.2) - 2024-07-03 - fix: ErrorException when direction is null #3154