diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9301ce..022152a9 100644 --- a/CHANGELOG.md +++ b/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 @@ -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) @@ -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 diff --git a/lib/bullet/version.rb b/lib/bullet/version.rb index a7887f0b..055390d3 100644 --- a/lib/bullet/version.rb +++ b/lib/bullet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bullet - VERSION = '7.1.5' + VERSION = '7.1.6' end