From 9b3d949400654b8ddc87552c2e160ebe466992d5 Mon Sep 17 00:00:00 2001 From: Dries Vints <dries@vints.io> Date: Tue, 22 Dec 2020 18:28:53 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377552d3..32cc1262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/scout/compare/v8.5.0...8.x) +## [Unreleased](https://github.com/laravel/scout/compare/v8.5.1...8.x) + + +## [v8.5.1 (2020-12-22)](https://github.com/laravel/scout/compare/v8.5.0...v8.5.1) + +### Changed +- Run observer callbacks after database transactions have committed ([#436](https://github.com/laravel/scout/pull/436)) ## [v8.5.0 (2020-12-10)](https://github.com/laravel/scout/compare/v8.4.0...v8.5.0)