1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

Bump to 2.7.2 [ci skip]

This commit is contained in:
Ben Atkins 2013-05-23 16:09:46 -04:00
parent 437bf0bcae
commit 9703df7705
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## 2.7.2 (Unreleased)
## 2.7.2
- [#228](https://github.com/airblade/paper_trail/issues/228) - Refactored default `user_for_paper_trail` method implementation
so that `current_user` only gets invoked if it is defined.

View file

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