Commit 42be2748caf02e9088a01e445ef9e905142c208f

Authored by Andrew
1 parent 4f7d524d

Version bump to 3.1.2 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 3.1.2 [unreleased]
  1 +## 3.1.2
2 2  
3 3 - Improved performance of indices boost
4 4 - Fixed deletes with routing and `async` callbacks
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "3.1.1"
  2 + VERSION = "3.1.2"
3 3 end
... ...