From a9c1a0ca8fca81425568af05ba0dd33712e3c343 Mon Sep 17 00:00:00 2001 From: okaufmann Date: Wed, 23 Aug 2023 13:58:36 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a1599..605e87d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.1 - 2023-08-23 + +### What's Changed + +- Remove paragraph about versioning system from readme by @lakkes-ra in https://github.com/elvenstar/statamic-meilisearch/pull/15 +- Add support for Statamic 3.3 + +**Full Changelog**: https://github.com/elvenstar/statamic-meilisearch/compare/2.0.0...2.0.1 + ## 2.0.0 - 2023-06-20 ### What's Changed @@ -108,6 +117,7 @@ In consultation with @tao, I have revised the adapter, and we present the first + ``` - The Package Service Provider has been renamed to `StatamicMeiliSearchServiceProvider`. If you have problems updating, you may have to remove the package with `composer remove elvenstar/statamic-meilisearch` and add it again with `composer require elvenstar/statamic-meilisearch`.