Skip to content

Commit 788dbfb

Browse files
Merge #192
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 <brunoocasali@gmail.com>
2 parents 31e65f7 + 3624620 commit 788dbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MeiliSearchBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
*/
1212
final class MeiliSearchBundle extends Bundle
1313
{
14-
public const VERSION = '0.7.2';
14+
public const VERSION = '0.8.0';
1515
}

0 commit comments

Comments
 (0)