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 92acfb6 commit 0f32887Copy full SHA for 0f32887
CHANGELOG.md
@@ -10,6 +10,13 @@
10
11
### Bug fixes
12
13
+# 2.2.5 (10 Jan 2024)
14
+
15
+### Bug fixes
16
17
+- Parser: fix enum values named `type` #4772
18
+- GraphQL::Deprecation: remove this unused helper module #4769
19
20
# 2.2.4 (3 Jan 2024)
21
22
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.2.4"
+ VERSION = "2.2.5"
4
end
0 commit comments