Commit 812b87f65a522d3b373b9def2c2af681dbc46436

Authored by Andrew Kane
1 parent 0cda6092

Version bump to 2.0.4 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 2.0.4 [unreleased]
  1 +## 2.0.4
2 2  
3 3 - Added support for queuing updates [experimental]
4 4 - Added `refresh_interval` option to `reindex`
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "2.0.3"
  2 + VERSION = "2.0.4"
3 3 end
... ...