Skip to content

Commit 4dd127c

Browse files
Merge #689
689: Update version for the next release (v1.11.0) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-php to a new version: "v1.11.0" --- CHANGELOG --- This version introduces features released on Meilisearch v1.11.0 🎉 Check out the [changelog of Meilisearch v1.11.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0) for more information on the changes. ## ⚠️ Breaking change (experimental feature only) * Adapt the library to the new usage of [Meilisearch v1.11](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0) (#683) `@/ManyTheFish` & `@/norkunas` ## 🚀 Enhancements * Add facet distribution to `multiSearch` (#683) `@/ManyTheFish` & `@/norkunas` ## ⚙️ Maintenance/misc * Improve coding standards (#684) `@/norkunas` Thanks again to `@/ManyTheFish,` and `@/norkunas!` 🎉 Co-authored-by: meili-bot <[email protected]>
2 parents c342697 + 1ffa7ee commit 4dd127c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Meilisearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Meilisearch
88
{
9-
public const VERSION = '1.10.1';
9+
public const VERSION = '1.11.0';
1010

1111
/**
1212
* @return non-empty-string

0 commit comments

Comments
 (0)