Skip to content

Commit 5f5a7a0

Browse files
committed
Release 16.0.0
1 parent e189e26 commit 5f5a7a0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
77

88
### Breaking Changes
99

10+
- None
11+
12+
### Added
13+
14+
- None
15+
16+
### Fixed
17+
18+
- None
19+
20+
## 16.0.0 (2024-11-08)
21+
22+
### Breaking Changes
23+
1024
- [#1478](https://github.com/paper-trail-gem/paper_trail/issues/1478) Do not allow
1125
multiple `has_paper_trail` definitions for models. Previously, when `has_paper_trail`
1226
was called on a parent and a child from STI, then possibly multiple `version` records

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This is the _user guide_. See also, the
1515

1616
Choose version:
1717
[Unreleased](https://github.com/paper-trail-gem/paper_trail/blob/master/README.md),
18+
[16.0](https://github.com/paper-trail-gem/paper_trail/blob/v16.0.0/README.md),
1819
[15.2](https://github.com/paper-trail-gem/paper_trail/blob/v15.2.0/README.md),
1920
[14.0](https://github.com/paper-trail-gem/paper_trail/blob/v14.0.0/README.md),
2021
[13.0](https://github.com/paper-trail-gem/paper_trail/blob/v13.0.0/README.md),

lib/paper_trail/version_number.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module PaperTrail
77
# because of this confusion, but it's not worth the breaking change.
88
# People are encouraged to use `PaperTrail.gem_version` instead.
99
module VERSION
10-
MAJOR = 15
11-
MINOR = 2
10+
MAJOR = 16
11+
MINOR = 0
1212
TINY = 0
1313

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

0 commit comments

Comments
 (0)