CHANGELOG.md in rspec-graphql_matchers-1.0 vs CHANGELOG.md in rspec-graphql_matchers-1.0.1
- old
+ new
@@ -6,9 +6,15 @@
### New features
### Bug fixes
+## 1.0.1 (June 22th, 2019)
+
+### Bug fixes
+
+- Fixed issue causing `have_a_field(x).of_type(Y)` to fail on fields defined on implemented interfaces that were defined with legacy syntax.
+
## 1.0 (June, 2019)
### Breaking changes
- Support to property and hash_key matchers will be dropped on upcoming releases.