Skip to content

Commit

Permalink
Bump to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Atkins committed Nov 16, 2012
1 parent 2827d0a commit 69425fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.6.4 (unreleased)
## 2.6.4

- [#181](https://github.com/airblade/paper_trail/issues/181)/[#182](https://github.com/airblade/paper_trail/pull/182) -
Controller metadata methods should only be evaluated when `paper_trail_enabled_for_controller == true`.
Expand All @@ -14,4 +14,4 @@
- [#167](https://github.com/airblade/paper_trail/pull/167) - Fix `originator` method so that it works with subclasses and STI.
- [#160](https://github.com/airblade/paper_trail/pull/160) - Fixed failing tests and resolved out of date dependency issues.
- [#157](https://github.com/airblade/paper_trail/pull/157) - Refactored `class_attribute` names on the `ClassMethods` module
for names that are not obviously pertaining to PaperTrail to prevent method name collision.
for names that are not obviously pertaining to PaperTrail to prevent method name collision.
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PaperTrail
VERSION = '2.6.3'
VERSION = '2.6.4'
end

0 comments on commit 69425fa

Please sign in to comment.