Skip to content

Commit

Permalink
2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Aug 2, 2024
1 parent 225c4ff commit 5a7e235
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@

### Bug fixes

# 2.3.11 (2 Aug 2024)

### New features

- `GraphQL::Current` offers globally-available methods for runtime metadata #5034
- Continue improving `Schema::Subset` (not production-ready yet, though) #5018 #5039

### Bug fixes

- Fix `Node#line` and `Node#col` when nodes are created by manually #5047
- Remove unused `interpreter?`, `using_ast_analysis?` and `new_connections?` flag methods #5039
- Clean up `.compare_by_identity` usages #5037

# 2.3.10 (19 Jul 2024)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.3.10"
VERSION = "2.3.11"
end

0 comments on commit 5a7e235

Please sign in to comment.