Skip to content

Commit db2f81d

Browse files
Merge #419
419: Update the version for the next release (v0.22.0) 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. ## ⚠️ Breaking Changes - Fails task when updating documents with a primary_key argument which already have a proper `primary_key` defined in the index (#410) `@brunoocasali` - New error codes [check the full changed list here](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) If you would like more potential breaks, please check the Meilisearch engine CHANGELOG. Co-authored-by: Bruno Casali <[email protected]>
2 parents 7f464f4 + c76cacf commit db2f81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/meilisearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module MeiliSearch
4-
VERSION = '0.21.1'
4+
VERSION = '0.22.0'
55

66
def self.qualified_version
77
"Meilisearch Ruby (v#{VERSION})"

0 commit comments

Comments
 (0)