Skip to content

Commit

Permalink
Bump 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 6, 2024
1 parent 44326a0 commit 9e615b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/n_plus_one_control/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NPlusOneControl
VERSION = "0.7.1"
VERSION = "0.7.2"
end

0 comments on commit 9e615b9

Please # to comment.