Skip to content

Commit f88ec1f

Browse files
committed
2.0.17.2
1 parent 484c33a commit f88ec1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
### Bug fixes
1212

13+
# 2.0.17.2 (29 March 2023)
14+
15+
### Bug fixes
16+
17+
- Unions and Interfaces: support returning `[type_module, false]` from `resolve_type` #4413
18+
1319
# 2.0.17.1 (27 March 2023)
1420

1521
### Bug fixes

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 = "2.0.17.1"
3+
VERSION = "2.0.17.2"
44
end

0 commit comments

Comments
 (0)