Skip to content

Commit

Permalink
Merge #192
Browse files Browse the repository at this point in the history
192: Update version for the next release (v0.8.0) r=brunoocasali a=brunoocasali

This version makes this package compatible with Meilisearch v0.28.0 🎉
Check out the changelog of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) for more information on the changes.

## 💥 Breaking changes

- This release is **only** compatible with the latest version of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0)

## 🚀 Enhancements

* Support Symfony 6.1 (#181) `@norkunas`
* Improve Docker configuration in the package (#182) `@brunoocasali`
* Fixed `ClassMetadata` usage in `SearchableEntity`. (#185) `@althaus`

## 🐛 Bug Fixes

* Fix meili:create when the configuration has no settings (#189) `@brunoocasali`

Thanks again to `@althaus,` `@brunoocasali,` and `@norkunas!` 🎉


Co-authored-by: Bruno Casali <[email protected]>
  • Loading branch information
bors[bot] and brunoocasali authored Jul 12, 2022
2 parents 31e65f7 + 3624620 commit 788dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeiliSearchBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
*/
final class MeiliSearchBundle extends Bundle
{
public const VERSION = '0.7.2';
public const VERSION = '0.8.0';
}

0 comments on commit 788dbfb

Please sign in to comment.