From 6d59c01a8ede7d0c0cee612e08c0aadd47302dd3 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 19 Nov 2018 18:14:38 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7b7fd9..c81aa256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes +## [v6.1.0](https://github.com/laravel/scout/compare/v6.0.0...v6.1.0) + +### Fixed +- Fix soft delete on `Searchable` trait ([#321](https://github.com/laravel/scout/pull/321)) + +### Changed +- Skip empty updates for `AlgoliaEngine` ([#318](https://github.com/laravel/scout/pull/318)) + ## [v6.0.0](https://github.com/laravel/scout/compare/v5.0.3...v6.0.0) ### Changed