Skip to content

Commit

Permalink
Bumping version to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jul 16, 2017
1 parent e1594af commit 132b0a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,13 @@
# Next Release

## 5.5.1 (03/01/2017)
## 5.6.0 (07/16/2017)

* Migrate alias_method to Module#prepend
* Add install generator
* Stack trace filter
* Fix rails 5.1 compatibility
* Fix inverse_of for rails 5
* Fix detect file attachment for rack #319
* Fix `ActiveRecord::Associations::SingularAssociation#reader` usage for Rails 5.1

## 5.5.0 (12/30/2016)

Expand Down
2 changes: 1 addition & 1 deletion lib/bullet/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Bullet
VERSION = "5.5.1"
VERSION = "5.6.0"
end

0 comments on commit 132b0a4

Please sign in to comment.