From 9e615b945fbec71caf671dacc5eae52c0b417060 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Tue, 6 Aug 2024 18:47:10 +0300 Subject: [PATCH] Bump 0.7.2 --- CHANGELOG.md | 5 ++++- lib/n_plus_one_control/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 789556a..d71deb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## master -- add ability to ignore queries cached by the ORM with the new option `ignore_cached_queries` ([@gagalago][]) +## 0.7.2 (2024-08-06) + +- Add ability to ignore queries cached by the ORM with the new option `ignore_cached_queries` ([@gagalago][]) ## 0.7.1 (2023-02-17) @@ -71,3 +73,4 @@ Could be specified via `NPLUSONE_BACKTRACE` env var. [@caalberts]: https://github.com/caalberts [@andrewhampton]: https://github.com/andrewhampton [@akostadinov]: https://github.com/akostadinov +[@gagalago]: https://github.com/gagalago diff --git a/lib/n_plus_one_control/version.rb b/lib/n_plus_one_control/version.rb index f65321c..f685bae 100644 --- a/lib/n_plus_one_control/version.rb +++ b/lib/n_plus_one_control/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NPlusOneControl - VERSION = "0.7.1" + VERSION = "0.7.2" end