Skip to content

Commit

Permalink
Bumping version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Oct 6, 2023
1 parent 1b57390 commit 90b2c1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Next Release

## 7.1.0 (10/06/2023)

* Support rails 7.1
* Alias `Bullet.enable?` to `enabled?`, and `Bullet.enable=` to `enabled=`
* Added `always_append_html_body` option, so the html snippet is always included even if there are no notifications
* Added detection of n+1 count queries from `count` method
* Changed the counter cache notification title to recommend using `size`
Expand Down
2 changes: 1 addition & 1 deletion lib/bullet/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bullet
VERSION = '7.0.7'
VERSION = '7.1.0'
end

0 comments on commit 90b2c1a

Please sign in to comment.