Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Apr 20, 2021
1 parent 3961cde commit 09e9e3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# CHANGELOG

### Unreleased - [View Diff](https://github.com/westonganger/paper_trail-association_tracking/compare/v2.1.2...master)
### Unreleased - [View Diff](https://github.com/westonganger/paper_trail-association_tracking/compare/v2.1.1...master)

- Nothing yet

### 2.1.2 - [View Diff](https://github.com/westonganger/paper_trail-association_tracking/compare/v2.1.1...v2.1.2)
### 2.1.3 - [View Diff](https://github.com/westonganger/paper_trail-association_tracking/compare/v2.1.1...v2.1.3)

- [PR #24](https://github.com/westonganger/paper_trail-association_tracking/pull/24) - Fix reification on STI models that have parent child relationships
- Last version that is compatible with `paper_trail` due to the change in the loading mechanism

- [PR #24](https://github.com/westonganger/paper_trail-association_tracking/pull/24) - Fix reification on STI models that have parent child relationships
### 2.1.2

- Release yanked, had bug preventing installation

### 2.1.1 - 2020-10-21 - [View Diff](https://github.com/westonganger/paper_trail-association_tracking/compare/v2.1.0...v2.1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/paper_trail_association_tracking/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PaperTrailAssociationTracking
VERSION = "2.1.2".freeze
VERSION = "2.1.3".freeze
end
2 changes: 1 addition & 1 deletion paper_trail-association_tracking.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.3.0"

s.add_dependency "paper_trail", "< 12.0"
s.add_runtime_dependency "paper_trail", "< 12.0"

s.add_development_dependency "appraisal"
s.add_development_dependency "byebug"
Expand Down

0 comments on commit 09e9e3e

Please sign in to comment.