diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e111d1..6dc402a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ All Notable changes to `belongs-to-through` will be documented in this file. -> TODO: Add a changelog. -> PRs welcome. - ## [Unreleased] +- + +## [2.2.2] + +### Fixed +- Relation should should be null on newly created model object (see [#17](https://github.com/znck/belongs-to-through/issues/17)) ## [2.2.1] ### Fixed - Eloquent `has` and `whereHas` queries are now functional. -[Unreleased]: https://github.com/znck/belongs-to-through/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/znck/belongs-to-through/compare/v2.2.2...HEAD +[2.2.2]: https://github.com/znck/belongs-to-through/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/znck/belongs-to-through/compare/v2.2...v2.2.1