From f9c7b4684cb6d75831ff16ad87ddc4fc5281e1e0 Mon Sep 17 00:00:00 2001
From: Dries Vints <dries@vints.io>
Date: Thu, 13 May 2021 09:57:14 +0200
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ded98294..19d18910 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
 # Release Notes
 
-## [Unreleased](https://github.com/laravel/scout/compare/v9.0.0...9.x)
+## [Unreleased](https://github.com/laravel/scout/compare/v9.1.0...9.x)
+
+
+## [v9.1.0 (2021-05-13)](https://github.com/laravel/scout/compare/v9.0.0...v9.1.0)
+
+### Added
+- Use queued job for "unsearching" when Scout queue is enabled ([#471](https://github.com/laravel/scout/pull/471))
+
+### Changed
+- Remove useless variable in `simplePaginate` ([#472](https://github.com/laravel/scout/pull/472))
 
 
 ## [v9.0.0 (2021-04-27)](https://github.com/laravel/scout/compare/v8.6.1...v9.0.0)