Skip to content

Commit 9a4e554

Browse files
committed
v1.1.2
1 parent a3f7c30 commit 9a4e554

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 1.1.1 (January 7 2022)
411

512
### Bug Fix
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module GraphQL
22
module SchemaComparator
3-
VERSION = "1.1.1"
3+
VERSION = "1.1.2"
44
end
55
end

0 commit comments

Comments
 (0)