diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9eb399..b6db7c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Next Release +## 7.1.4 (11/17/2023) + +* Call association also on through reflection + ## 7.1.3 (11/05/2023) * Call NPlusOneQuery's call_association when calling count on collection assocation diff --git a/lib/bullet/version.rb b/lib/bullet/version.rb index e5e066de..5bde0eae 100644 --- a/lib/bullet/version.rb +++ b/lib/bullet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bullet - VERSION = '7.1.3' + VERSION = '7.1.4' end