Skip to content

Commit 772c807

Browse files
committed
2.3.7
1 parent d4b7aa5 commit 772c807

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
### Bug fixes
1212

13+
# 2.3.7 (27 Jun 2024)
14+
15+
### Bug fixes
16+
17+
- Properly merge field directives and resolver directives #5001
18+
1319
# 2.3.6 (25 Jun 2024)
1420

1521
### New features

Diff for: lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.3.6"
3+
VERSION = "2.3.7"
44
end

0 commit comments

Comments
 (0)