We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f7c30 commit 9a4e554Copy full SHA for 9a4e554
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.1.2 (September 15 2022)
4
+
5
+### Bug Fix
6
7
+ - Fix field argument removed message (#51)
8
+ - Fix safe type change comparison (#53)
9
10
## 1.1.1 (January 7 2022)
11
12
### Bug Fix
lib/graphql/schema_comparator/version.rb
@@ -1,5 +1,5 @@
module GraphQL
module SchemaComparator
- VERSION = "1.1.1"
+ VERSION = "1.1.2"
end
0 commit comments