Commit 694e66e47a25c5fad9ff7ba865731b246647dc9c

Authored by Andrew Kane
1 parent e0fa67ba

Version bump to 4.5.2 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 4.5.2 (unreleased)
  1 +## 4.5.2 (2021-08-05)
2 2  
3 3 - Fixed error with reindex queue
4 4 - Fixed error with `model_name` method with multiple models
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "4.5.1"
  2 + VERSION = "4.5.2"
3 3 end
... ...