Commit 338c7803618262568d1a3e4f9d80d4500ced1a13

Authored by Andrew Kane
1 parent 17326e55

Version bump to 5.0.1 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
1 -## 5.0.1 (unreleased) 1 +## 5.0.1 (2022-02-27)
2 2
3 - Prefer `mode: :async` over `async: true` for full reindex 3 - Prefer `mode: :async` over `async: true` for full reindex
4 - Fixed instance method overriding with concerns 4 - Fixed instance method overriding with concerns
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "5.0.0" 2 + VERSION = "5.0.1"
3 end 3 end