CHANGELOG.md in graphql-sugar-0.1.3 vs CHANGELOG.md in graphql-sugar-0.1.4
- old
+ new
@@ -4,10 +4,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [0.1.4] - 2018-01-26
+### Fixed
+- Fix has_many through relationships (#2)
+
## [0.1.3] - 2017-12-12
### Fixed
- Fix has_one relationship (#1)
## [0.1.2] - 2017-11-07
@@ -23,9 +27,10 @@
## 0.1.0 - 2017-10-25
### Added
- First release of this gem
-[Unreleased]: https://github.com/keepworks/graphql-sugar/compare/v0.1.3...HEAD
+[Unreleased]: https://github.com/keepworks/graphql-sugar/compare/v0.1.4...HEAD
+[0.1.3]: https://github.com/keepworks/graphql-sugar/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/keepworks/graphql-sugar/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/keepworks/graphql-sugar/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/keepworks/graphql-sugar/compare/v0.1.0...v0.1.1