Skip to content

Commit e620555

Browse files
Merge #214
214: Update version for the next release (v0.9.0) r=brunoocasali a=brunoocasali This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of [Meilisearch v0.30.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0) for more information on the changes. ## ⚠️ Breaking changes This release is **only** compatible with the latest version of [Meilisearch v0.30.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0) and greater Thanks again to `@brunoocasali` 🎉 Co-authored-by: Bruno Casali <[email protected]>
2 parents a305618 + a54d31c commit e620555

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,7 +11,7 @@
1111
*/
1212
final class MeiliSearchBundle extends Bundle
1313
{
14-
public const VERSION = '0.8.2';
14+
public const VERSION = '0.9.0';
1515

1616
public static function qualifiedVersion()
1717
{

0 commit comments

Comments
 (0)