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 8909063 commit 57a9c61Copy full SHA for 57a9c61
CHANGELOG.md
@@ -10,6 +10,13 @@
10
11
### Bug fixes
12
13
+# 2.3.16 (12 Sept 2024)
14
+
15
+### Bug fixes
16
17
+- RuboCop: fix `FieldTypeInBlock` for single-line classes #5098
18
+- Testing: Add `context[:current_field]` to testing helpers #5096
19
20
# 2.3.15 (10 Sept 2024)
21
22
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.3.15"
+ VERSION = "2.3.16"
4
end
0 commit comments