Skip to content

Commit

Permalink
Bumping version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Nov 10, 2024
1 parent 6aace33 commit a769a08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## Next Release

## 8.0.0 (11/10/2024)

* Support Rails 8
* Drop Rails 4.0 and 4.1 support
* Require Ruby at least 2.7.0
* Store global objects into thread-local variables
* Avoid globally polluting `::String` and `::Object` classes

## 7.2.0 (07/12/2024)

* Support rails 7.2
* Support Rails 7.2
* Fix count method signature for active_record5 and active_record60

## 7.1.6 (01/16/2024)
Expand Down
2 changes: 1 addition & 1 deletion lib/bullet/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bullet
VERSION = '7.2.0'
VERSION = '8.0.0'
end

0 comments on commit a769a08

Please sign in to comment.