Skip to content

Commit

Permalink
Merge #621
Browse files Browse the repository at this point in the history
621: Update version for the next release (v1.7.0) r=curquiza a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-php to a new version: "v1.7.0"

---

Part of this work
#617

---

This version introduces features released on Meilisearch v1.7.0 🎉
Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes. 

 ## ⚠️ Breaking changes

* `scoreDetails` feature is not experimental anymore. You can directly use `showRankingScoreDetails` during a search without activating the experimental feature 🎉

## 🚀 Enhancements

* Includes any changes related to Hybrid search introduced in Meilisearch v1.7.0 🎉

## ⚙️ Maintenance/misc

* Added CodeCov coverage report support (#616) connorhu

Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
  • Loading branch information
3 people authored Mar 11, 2024
2 parents a98b934 + 7ed7042 commit cbaecb8
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.6.1';
public const VERSION = '1.7.0';

public static function qualifiedVersion()
{
Expand Down

0 comments on commit cbaecb8

Please sign in to comment.