Skip to content

Commit

Permalink
Bumping version to 7.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jan 16, 2024
1 parent 6ddf11e commit f15e7a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Next Release

## 7.1.6 (01/16/2024)

* Allow apps to not include the user in a notification

## 7.1.5 (01/05/2024)

* Fix mongoid8
Expand All @@ -10,7 +14,7 @@

## 7.1.3 (11/05/2023)

* Call NPlusOneQuery's call_association when calling count on collection assocation
* Call NPlusOneQuery's call_association when calling count on collection association

## 7.1.2 (10/13/2023)

Expand Down Expand Up @@ -268,7 +272,7 @@

## 4.5.0 (03/24/2013)

* Add api way to access captured associatioin
* Add api way to access captured association
* Allow disable n_plus_one_query, unused_eager_loading and counter_cache respectively
* Add whitelist

Expand Down
2 changes: 1 addition & 1 deletion lib/bullet/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bullet
VERSION = '7.1.5'
VERSION = '7.1.6'
end

0 comments on commit f15e7a1

Please sign in to comment.