1 parent 4afdf6f commit e6f0868Copy full SHA for e6f0868
2 files changed
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
### Bug fixes
12
13
+# 2.6.2
14
+
15
+### New features
16
17
+- Use a better error message for end-of-file parse errors #6513
18
19
+### Bug fixes
20
21
+- `Execution::Next`: Lots of compatibility improvements and bug fixes #5625 #5618
22
+- Directives: handle errors raised when checking `.include?` #5612
23
+- Improve error message when a field definition is missing at runtime #5615
24
+- JRuby: fix `Dataloader#with` #5616
25
+- DetailedTrace: fix introspection with anonymous classes #5624
26
27
# 2.6.1
28
29
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.6.1"
+ VERSION = "2.6.2"
4
end
0 commit comments