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:
parent
437bf0bcae
commit
9703df7705
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module PaperTrail
|
||||
VERSION = '2.7.1'
|
||||
VERSION = '2.7.2'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue