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 0b0b268 commit 7bbcf60Copy full SHA for 7bbcf60
CHANGELOG.md
@@ -10,6 +10,13 @@
10
11
### Bug fixes
12
13
+# 2.5.7
14
+
15
+### Bug fixes
16
17
+- `PerfettoTrace`: Handle non-ascii strings #5351
18
+- `Partial`: Add `#selected_operation_name` to support `GraphQL::Current` #5353
19
20
# 2.5.6
21
22
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.6"
+ VERSION = "2.5.7"
4
end
0 commit comments