Skip to content

Commit

Permalink
Merge #689
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
meili-bors[bot] and meili-bot authored Oct 28, 2024
2 parents c342697 + 1ffa7ee commit 4dd127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meilisearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Meilisearch
{
public const VERSION = '1.10.1';
public const VERSION = '1.11.0';

/**
* @return non-empty-string
Expand Down

0 comments on commit 4dd127c

Please sign in to comment.