Skip to content

Commit

Permalink
Release 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Nov 8, 2024
1 parent e189e26 commit 5f5a7a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).

### Breaking Changes

- None

### Added

- None

### Fixed

- None

## 16.0.0 (2024-11-08)

### Breaking Changes

- [#1478](https://github.com/paper-trail-gem/paper_trail/issues/1478) Do not allow
multiple `has_paper_trail` definitions for models. Previously, when `has_paper_trail`
was called on a parent and a child from STI, then possibly multiple `version` records
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is the _user guide_. See also, the

Choose version:
[Unreleased](https://github.com/paper-trail-gem/paper_trail/blob/master/README.md),
[16.0](https://github.com/paper-trail-gem/paper_trail/blob/v16.0.0/README.md),
[15.2](https://github.com/paper-trail-gem/paper_trail/blob/v15.2.0/README.md),
[14.0](https://github.com/paper-trail-gem/paper_trail/blob/v14.0.0/README.md),
[13.0](https://github.com/paper-trail-gem/paper_trail/blob/v13.0.0/README.md),
Expand Down
4 changes: 2 additions & 2 deletions lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module PaperTrail
# because of this confusion, but it's not worth the breaking change.
# People are encouraged to use `PaperTrail.gem_version` instead.
module VERSION
MAJOR = 15
MINOR = 2
MAJOR = 16
MINOR = 0
TINY = 0

# Set PRE to nil unless it's a pre-release (beta, rc, etc.)
Expand Down

0 comments on commit 5f5a7a0

Please sign in to comment.