We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c606fc9 commit 680b1d7Copy full SHA for 680b1d7
CHANGELOG.md
@@ -10,6 +10,10 @@
10
11
### Bug fixes
12
13
+# 2.5.22
14
+
15
+- Continue building `Execution::Next`: #5575 #5581
16
17
# 2.5.21
18
19
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.21"
+ VERSION = "2.5.22"
4
end
0 commit comments