Skip to content

Commit ea71fc6

Browse files
Merge #171
171: Update version for the next release (v0.7.0) r=brunoocasali a=brunoocasali This version makes this package compatible with Meilisearch v0.28.0 🎉 Check out the changelog of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) for more information on the changes. ## 💥 Breaking changes :warning: Small disclaimer: All the `raw*` methods are a direct connection between your Rails application and Meilisearch, you may find changes that are not present in this section. - This release is **only** compatible with the latest version of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) Thanks again to `@brunoocasali` 🎉 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
2 parents fbc453e + 480c296 commit ea71fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/meilisearch/rails/version.rb

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

33
module MeiliSearch
44
module Rails
5-
VERSION = '0.6.0'
5+
VERSION = '0.7.0'
66
end
77
end

0 commit comments

Comments
 (0)