CHANGELOG.md in rspec-graphql_matchers-1.0.1 vs CHANGELOG.md in rspec-graphql_matchers-1.1

- old
+ new

@@ -6,9 +6,13 @@ ### New features ### Bug fixes +## 1.1 (Sep 19th, 2019) + +- Added graphql-ruby 1.9.x support (thanks to @severin) + ## 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.