Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jan 14, 2019
1 parent cc6c390 commit 6cfded7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 1.1.1 - Unreleased
## 2.0.0 - Unreleased

- [#11](https://github.com/westonganger/paper_trail-association_tracking/issues/11) - Remove null constraint on `version_associations.foreign_type` column which was added in `v1.1.0`. This fixes issues adding the column to existing projects who are upgrading.
- Add generator `rails g paper_trail_association_tracking:add_foreign_type_to_version_associations` for `versions_associations.foreign_type` column for upgrading applications from `v1.0.0` or earlier.
Expand All @@ -9,8 +9,13 @@

- Run `rails g paper_trail_association_tracking:add_foreign_type_to_version_associations` and then migrate your database.

## 1.1.1 - 2018-01-14

- Same as v2 release, this is released simply to maintain a working `v1` branch since `v1.1.0` was broken

## 1.1.0 - 2018-12-28

- Note: This release is somewhat broken, please upgrade to `v2.0.0` or stay on `v1.0.0`
- [#10](https://github.com/westonganger/paper_trail-association_tracking/pull/9) - The `has_many: true` option now reifies polymorphic associations. Previously they were skipped.
- [#9](https://github.com/westonganger/paper_trail-association_tracking/pull/9) - The `belongs_to: true` option now reifies polymorphic associations. Previously they were skipped.

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 = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 6cfded7

Please sign in to comment.