# Changelog

All Notable changes to `belongs-to-through` will be documented in this file.

## [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.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
