Skip to content

Commit

Permalink
Release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Dec 14, 2016
1 parent 8cc6138 commit 956fc17
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,11 +15,30 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).

### Fixed

- None

## 6.0.2 (2016-12-13)

### Breaking Changes

- None

### Added

- None

### Fixed

- `88e513f` - Surprise argument modification bug in `where_object_changes`
- `c7efd62` - Column type-detection bug in `where_object_changes`
- [#905](https://github.com/airblade/paper_trail/pull/905) - Only invoke
`logger.warn` if `logger` instance exists

### Code Quality

- Improve Metrics/AbcSize from 30 to 22
- Improve Metrics/PerceivedComplexity from 10 to 9

## 6.0.1 (2016-12-04)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ has been destroyed.
| Version | Documentation |
| -------------- | ------------- |
| Unreleased | https://github.com/airblade/paper_trail/blob/master/README.md |
| 6.0.1 | https://github.com/airblade/paper_trail/blob/v6.0.1/README.md |
| 6.0.2 | https://github.com/airblade/paper_trail/blob/v6.0.2/README.md |
| 5.2.3 | https://github.com/airblade/paper_trail/blob/v5.2.3/README.md |
| 4.2.0 | https://github.com/airblade/paper_trail/blob/v4.2.0/README.md |
| 3.0.9 | https://github.com/airblade/paper_trail/blob/v3.0.9/README.md |
Expand Down
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Expand Up @@ -3,7 +3,7 @@ module PaperTrail
module VERSION
MAJOR = 6
MINOR = 0
TINY = 1
TINY = 2
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze
Expand Down

0 comments on commit 956fc17

Please sign in to comment.