Bump to 2.7.1

This commit is contained in:
Ben Atkins 2013-02-15 13:06:20 -05:00
parent 0619d811f4
commit 3a8a21152c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 2.7.1 (Unreleased)
## 2.7.1
- [#206](https://github.com/airblade/paper_trail/issues/206) - Fixed Ruby 1.8.7 compatibility for tracking `object_changes`.
- [#200](https://github.com/airblade/paper_trail/issues/200) - Fixed `next_version` method so that it returns the live model

View File

@ -1,3 +1,3 @@
module PaperTrail
VERSION = '2.7.0'
VERSION = '2.7.1'
end