Commit 49953882607ca125614d945ecfc2ac9f0c77814e

Authored by Andrew Kane
1 parent 91254050
Exists in master

Version bump to 5.0.5 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
1 -## 5.0.5 (unreleased) 1 +## 5.0.5 (2022-10-09)
2 2
3 - Added `model` method to `Searchkick::Relation` 3 - Added `model` method to `Searchkick::Relation`
4 - Fixed deprecation warning with `redis` gem 4 - Fixed deprecation warning with `redis` gem
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "5.0.4" 2 + VERSION = "5.0.5"
3 end 3 end