Skip to content

Commit

Permalink
Release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Nov 26, 2022
1 parent edefe81 commit 1aa0945
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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

## 14.0.0 (2022-11-26)

### Breaking Changes

- [#1399](https://github.com/paper-trail-gem/paper_trail/pull/1399) - Same
change re: `YAML.safe_load` as in 13.0.0, but this time for Rails 6.0 and 6.1.
- [#1406](https://github.com/paper-trail-gem/paper_trail/pull/1406) -
Expand Down
2 changes: 2 additions & 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),
[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),
[12.3](https://github.com/paper-trail-gem/paper_trail/blob/v12.3.0/README.md),
[11.1](https://github.com/paper-trail-gem/paper_trail/blob/v11.1.0/README.md),
Expand Down Expand Up @@ -91,6 +92,7 @@ Choose version:
| paper_trail | branch | ruby | activerecord |
|-------------|------------|----------|---------------|
| unreleased | master | >= 2.7.0 | >= 6.0, < 7.1 |
| 14 | 14-stable | >= 2.7.0 | >= 6.0, < 7.1 |
| 13 | 13-stable | >= 2.6.0 | >= 5.2, < 7.1 |
| 12 | 12-stable | >= 2.6.0 | >= 5.2, < 7.1 |
| 11 | 11-stable | >= 2.4.0 | >= 5.2, < 6.1 |
Expand Down
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 = 13
MAJOR = 14
MINOR = 0
TINY = 0

Expand Down

0 comments on commit 1aa0945

Please sign in to comment.