From 940ccb0fdbea01863afd8bcd0165a33fb4eadf0a Mon Sep 17 00:00:00 2001 From: Jan Henckens Date: Mon, 2 Dec 2024 20:20:46 +0100 Subject: [PATCH] Changelog for 5.0.2 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b5bf6..15aa7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 5.0.2 - 2024-12-02 +### Fixed +- Don't through an error on the CP Utility when an index isn't created yet ([#343](https://github.com/studioespresso/craft-scout/issues/343)) + ## 5.0.1 - 2024-08-05 ### Fixed - Ignore replica indeces with indexing ([#304](https://github.com/studioespresso/craft-scout/pull/304)) diff --git a/composer.json b/composer.json index 62f6fde..e9b74e5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "studioespresso/craft-scout", "description": "Craft Scout provides a simple solution for adding full-text search to your entries. Scout will automatically keep your search indexes in sync with your entries.", "type": "craft-plugin", - "version": "5.0.1", + "version": "5.0.2", "keywords": [ "craft", "cms",