From 5de18679c269931622b44892d68cbd7ecdad0aa6 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Fri, 17 Nov 2023 19:55:23 +0800 Subject: [PATCH] Bumping version to 7.1.4 --- CHANGELOG.md | 4 ++++ lib/bullet/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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