Commit de89e51dcceec2daa199b88ec22b200253b426e5

Authored by Andrew
1 parent 53913d11

Version bump to 2.5.0 [skip ci]

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
CHANGELOG.md
1   -## 2.4.1 [unreleased]
  1 +## 2.5.0
2 2  
  3 +- Try requests 3 times before raising error
3 4 - Better exception when trying to access results for failed multi-search query
4 5 - More efficient aggregations with `where` clauses
5   -- Try requests 3 times before raising error
6 6 - Added support for `faraday_middleware-aws-sigv4`
7 7 - Added `credentials` option to `aws_credentials`
8 8 - Added `modifier` option to `boost_by`
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "2.4.0"
  2 + VERSION = "2.5.0"
3 3 end
... ...