diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b65f997..6fb360a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## [v6.1.3](https://github.com/laravel/scout/compare/v6.1.2...v6.1.3) +### Fixed +- Pass plain array to newCollection method ([68fbcd1](https://github.com/laravel/scout/commit/68fbcd1e67fd1e0b9ee8ba32ece2e68e28630c7e)) + ## [v6.1.1](https://github.com/laravel/scout/compare/v6.1.0...v6.1.1) ### Added - Builder implementation can be changed using the container ([#322](https://github.com/laravel/scout/pull/322))