From 3f045e86afcb7234ab80616a534eb1041aceb336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Brand=C3=A3o?= Date: Thu, 6 Feb 2020 08:43:33 -0300 Subject: [PATCH] Version 1.2 --- CHANGELOG.md | 4 ++++ lib/rspec/graphql_matchers/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bff9e..d83b10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### Bug fixes +## 1.2 (Feb 6th, 2020) + +- Added support to underscored arguments in have_field (https://github.com/khamusa/rspec-graphql_matchers/pull/29 thanks to @makketagg) + ## 1.1 (Sep 19th, 2019) - Added graphql-ruby 1.9.x support (thanks to @severin) diff --git a/lib/rspec/graphql_matchers/version.rb b/lib/rspec/graphql_matchers/version.rb index 949e9ea..86ea3c6 100644 --- a/lib/rspec/graphql_matchers/version.rb +++ b/lib/rspec/graphql_matchers/version.rb @@ -2,6 +2,6 @@ module Rspec module GraphqlMatchers - VERSION = '1.1' + VERSION = '1.2' end end