Skip to content

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Sep 2, 2016
1 parent 5df7ef3 commit 8d1b913
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,25 @@
## ?.?.? (Unreleased)
# Changelog

This project follows [semver 2.0.0](http://semver.org/spec/v2.0.0.html) and the
recommendations of [keepachangelog.com](http://keepachangelog.com/).

## Unreleased

### Breaking Changes

- None

### Deprecated

- None

### Added

- None

### Fixed

## 5.2.1 (2016-09-02)

### 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 |
| 5.2.0 | https://github.com/airblade/paper_trail/blob/v5.2.0/README.md |
| 5.2.1 | https://github.com/airblade/paper_trail/blob/v5.2.1/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 |
| 2.7.2 | https://github.com/airblade/paper_trail/blob/v2.7.2/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 = 5
MINOR = 2
TINY = 0
TINY = 1
PRE = nil

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

0 comments on commit 8d1b913

Please sign in to comment.