CHANGELOG.md in rspec-graphql_matchers-1.3.0 vs CHANGELOG.md in rspec-graphql_matchers-1.3.1

- old
+ new

@@ -1,6 +1,9 @@ # Changelog +## 1.3.1 (Aug 2nd, 2021) +- Corrected gem dependencies so it properly requires RSpec when loaded (thanks to @itay-grudev) + ## 1.3.0 (May 7th, 2020) - `accept_argument` matcher accepts underscored argument names and passes even if the actual argument is camel-cased (https://github.com/khamusa/rspec-graphql_matchers/pull/32 thanks to @TonyArra); - `have_a_field` matcher accepts `.with_deprecation_reason` (https://github.com/khamusa/rspec-graphql_matchers/pull/34 thanks to @TonyArra).