Skip to content

Commit

Permalink
Merge #351
Browse files Browse the repository at this point in the history
351: Update version for the next release (v0.19.1) r=brunoocasali a=brunoocasali

## ⚠️ Bug Fixes

* Add `nbHits` to keep backward compatibility (#349) `@brunoocasali`
  If possible, you should use this version if you want to make your code compatible with the pagy gem.

## 🚀 Enhancements

* Add methods related to pagination settings (#345) `@Mcdostone`

Thanks again to `@Mcdostone,` `@brunoocasali!` 🎉


Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
  • Loading branch information
meili-bors[bot] and brunoocasali committed Jul 26, 2022
2 parents ca51a68 + 29faa2b commit b48c52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meilisearch/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module MeiliSearch
VERSION = '0.19.0'
VERSION = '0.19.1'

def self.qualified_version
"Meilisearch Ruby (v#{VERSION})"
Expand Down

0 comments on commit b48c52a

Please sign in to comment.