Skip to content

Commit 0c511ed

Browse files
committed
Release 17.0.0
1 parent 073cc30 commit 0c511ed

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
1111

1212
### Added
1313

14+
- None
15+
16+
### Fixed
17+
18+
- None
19+
20+
## 17.0.0 (2025-10-24)
21+
22+
### Breaking Changes
23+
24+
- None
25+
26+
### Added
27+
1428
- `rails generate paper_trail:install` now accepts an argument for custom versions table, e.g.
1529
`rails generate paper_trail:install CommentVersion` created `comment_versions` table
1630
- `rails generate paper_trail:update_item_subtype` now supports custom version classes via

README.md

Lines changed: 1 addition & 0 deletions
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+
[17.0](https://github.com/paper-trail-gem/paper_trail/blob/v17.0.0/README.md),
1819
[16.0](https://github.com/paper-trail-gem/paper_trail/blob/v16.0.0/README.md),
1920
[15.2](https://github.com/paper-trail-gem/paper_trail/blob/v15.2.0/README.md),
2021
[14.0](https://github.com/paper-trail-gem/paper_trail/blob/v14.0.0/README.md),

lib/paper_trail/version_number.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 = 16
10+
MAJOR = 17
1111
MINOR = 0
1212
TINY = 0
1313

0 commit comments

Comments
 (0)