Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed May 31, 2016
1 parent f052f02 commit 963d031
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 963d031

Please sign in to comment.