Skip to content

Commit 32918e8

Browse files
committed
1.9.2
1 parent ed12615 commit 32918e8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88

99
### Bug fixes
1010

11-
## 1.9.1 (13 Feb 2019)
11+
## 1.9.2 (15 Feb 2019)
12+
13+
### Bug fixes
14+
15+
- Properly support connection fields with resolve procs #2115
16+
17+
## 1.9.1 (14 Feb 2019)
1218

1319
### Bug fixes
1420

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.9.1"
3+
VERSION = "1.9.2"
44
end

0 commit comments

Comments
 (0)