We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89da8dc commit 96ae99bCopy full SHA for 96ae99b
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 2.0.17.1 (27 March 2023)
14
+
15
+### Bug fixes
16
17
+- Tracing: restore behavior returning execution errors raised during field resolution #4402
18
19
# 2.0.17 (14 February 2022)
20
21
### Breaking changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.0.17"
+ VERSION = "2.0.17.1"
4
end
0 commit comments