Commit 7f0012923c0982476d700da0e20890466fba13ef

Authored by Andrew Kane
1 parent 684eecf5

Version bump to 5.0.0 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
1 -## 5.0.0 (unreleased) 1 +## 5.0.0 (2022-02-21)
2 2
3 - Searches now use lazy loading (similar to Active Record) 3 - Searches now use lazy loading (similar to Active Record)
4 - Added `unscope` option to better support working with default scopes 4 - Added `unscope` option to better support working with default scopes
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "4.6.3" 2 + VERSION = "5.0.0"
3 end 3 end