Skip to content

Commit

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

⚠️ This PR is automatically generated. Check the new version is the expected one.

Coming changelogs for v1.5.0 👇 

---

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

⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version.

## 🚀 Enhancements

- **Needs Meilisearch v1.5.0** -> Add new method `createSnapshot()` to trigger snapshot creation. Similar to the already existing `createDump()` for dumps (#587)

## ⚙️ Maintenance/misc

* Add CI to update library version (#589) `@curquiza`


Co-authored-by: curquiza <curquiza@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and curquiza committed Nov 20, 2023
2 parents e9556dc + fd713c8 commit c5d217c
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.4.1';
public const VERSION = '1.5.0';

public static function qualifiedVersion()
{
Expand Down

0 comments on commit c5d217c

Please sign in to comment.