From 0c1b798e9a12d327f275e84e2c46a8f89420dbb8 Mon Sep 17 00:00:00 2001 From: Serhii Shliakhov Date: Tue, 6 Jun 2023 02:35:51 +0200 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 762f944..88beefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ## [Unreleased] -## [7.2.1] - 2023-06-06 +## [7.2.2] - 2023-06-06 ### Fixed - [No duplicates in search on reindex anymore. updates/inserts will be visible only after reindex. For most projects should be ok but for some could be breaking changes](https://github.com/matchish/laravel-scout-elasticsearch/issues/247)