Commit dc40bfd7bd21f74141fa6fc5bbbc9e1b2c0fdf79

Authored by Andrew Kane
1 parent 2887e975

Version bump to 2.3.0

CHANGELOG.md
1   -## 2.3.0 [unreleased]
  1 +## 2.3.0
2 2  
3 3 - Fixed analyzer on dynamically mapped fields
4 4 - Fixed error with `similar` method and `_all` field
... ...
README.md
... ... @@ -27,8 +27,6 @@ Plus:
27 27  
28 28 [![Build Status](https://travis-ci.org/ankane/searchkick.svg?branch=master)](https://travis-ci.org/ankane/searchkick)
29 29  
30   -**Searchkick 2.0 was just released!** See [notable changes](#200).
31   -
32 30 ## Contents
33 31  
34 32 - [Getting Started](#getting-started)
... ... @@ -1612,7 +1610,7 @@ Change the search method name
1612 1610 Searchkick.search_method_name = :lookup
1613 1611 ```
1614 1612  
1615   -Change search queue name [master]
  1613 +Change search queue name
1616 1614  
1617 1615 ```ruby
1618 1616 Searchkick.queue_name = :search_reindex
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "2.2.1"
  2 + VERSION = "2.3.0"
3 3 end
... ...