Skip to content

Commit 94f3b0e

Browse files
bors[bot]meili-botbrunoocasali
authored
Merge #226
226: Release v0.10.1 r=brunoocasali a=brunoocasali This version makes this package compatible with Meilisearch v1.0.0 🎉 Check out the changelog of [Meilisearch v1.0.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) for more information on the changes. ## 🚀 Enhancements * CI: test with Symfony 6.2 (#223) `@norkunas` * Use modern structure (#224) `@norkunas` * Update meilisearch-php to v1.0.0 (#225) `@brunoocasali` Thanks again to `@brunoocasali` and `@norkunas!` 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
2 parents 201abaf + b4e7f2d commit 94f3b0e

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.10.0';
14+
public const VERSION = '0.10.1';
1515

1616
public static function qualifiedVersion()
1717
{

0 commit comments

Comments
 (0)