diff --git a/CHANGELOG.md b/CHANGELOG.md index e675544..fe80f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Search Assistant +## 1.1.4 - 2024-02-23 + +### Fixed +- Fixes template reference +- Deletes all HistoryElement entries from `elements` table on uninstall + ## 1.1.3 - 2024-02-22 ### Fixed diff --git a/composer.json b/composer.json index e42028d..8c0016c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jrrdnx/craft-search-assistant", "description": "Track and manage your users' search history to find popular searches, recent searches, and more in Craft", "type": "craft-plugin", - "version": "1.1.3", + "version": "1.1.4", "keywords": [ "cms", "craftcms",