Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann authored and github-actions[bot] committed Aug 2, 2022
1 parent a4f7c67 commit a740ce3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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).

## Allow latest Meilisearch client - 2022-08-02

### Changed

- Allow use of latest meilisearch/meilisearch-php `v0.24.*`

**Meilisearch 0.28 has a lot of breaking changes in its api. You may need to require an older Meilisearch Client if you use an older Version of Meilisearch.**

**Full Changelog**: https://github.com/elvenstar/statamic-meilisearch/compare/1.0.6...1.1.0

## 1.0.6 - 2022-05-09

### Changed
Expand Down Expand Up @@ -81,6 +91,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`.

Expand Down

0 comments on commit a740ce3

Please sign in to comment.