Commit 26bbafbdaed5a601ba191c3de99fbd657dd65896

Authored by Andrew Kane
1 parent 4c4c4bf5

Version bump to 0.7.8 - closes #170 and #136

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 0.7.8 [unreleased]
  1 +## 0.7.8
2 2  
3 3 - Added `boost_by` and `boost_where` options
4 4 - Added ability to boost fields - `name^10`
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.7.7"
  2 + VERSION = "0.7.8"
3 3 end
... ...