Commit 3a3d4d4c783e244faa8070e6666b316a7c04f338

Authored by Andrew Kane
1 parent b52d592f
Exists in master

Version bump to 5.1.0 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 5.1.0 (unreleased)
  1 +## 5.1.0 (2022-10-12)
2 2  
3 3 - Added support for fractional search timeout
4 4 - Fixed search timeout with `elasticsearch` 8+ and `opensearch-ruby` gems
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "5.0.5"
  2 + VERSION = "5.1.0"
3 3 end
... ...