Skip to content

Commit

Permalink
2.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 4, 2024
1 parent cbebcfa commit e409ef4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@

### Bug fixes

# 2.3.17 (4 Oct 2024)

### Bug fixes

- Fix `InvalidNullError#inspect` #5103
- Add server-side tests for ActionCableSubscriptions #5108
- RuboCop: Fix FieldTypeInBlock for list types and interface types #5107 #5112
- Subscriptions: Fix triggering with nested input objects #5117
- Extensions: fix extensions which add other extensions #5116


# 2.3.16 (12 Sept 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.16"
VERSION = "2.3.17"
end

0 comments on commit e409ef4

Please sign in to comment.