Release 5.1.1

This commit is contained in:
Jared Beck 2016-05-31 19:53:29 -04:00
parent f052f0276d
commit 963d0310a2
2 changed files with 17 additions and 3 deletions

View File

@ -1,4 +1,18 @@
## 5.1.1 (Unreleased)
## 5.?.? (Unreleased)
### Breaking Changes
- None
### Added
- None
### Fixed
- None
## 5.1.1 (2016-05-31)
### Breaking Changes
@ -11,7 +25,7 @@
### Fixed
- [#813](https://github.com/airblade/paper_trail/pull/813) -
Fix warning for paper_trail_on_destroy(:after) for pre-releases of AR 5
Warning for paper_trail_on_destroy(:after) for pre-releases of AR 5
- [#651](https://github.com/airblade/paper_trail/issues/651) -
Bug with installing PT on MySQL <= 5.6

View File

@ -3,7 +3,7 @@ module PaperTrail
module VERSION
MAJOR = 5
MINOR = 1
TINY = 0
TINY = 1
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze