Commit 36028aeb5c4cccc56bf14d80a98191b519f9c43d

Authored by Andrew
1 parent 6ac13e2a

Version bump to 3.1.0 [skip ci]

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 3.0.4 [unreleased]
  1 +## 3.1.0
2 2  
3 3 - Added `:inline` as alias for `true` for `callbacks` and `mode` options
4 4 - Friendlier error message for bad mapping with partial matches
5 5 - Warn when records in search index do not exist in database
  6 +- Easier merging for `merge_mapping`
6 7 - Fixed `with_hit` and `with_highlights` when records in search index do not exist in database
7 8 - Fixed error with highlights and match all
8 9  
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "3.0.3"
  2 + VERSION = "3.1.0"
3 3 end
... ...