Skip to content

Commit

Permalink
2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Feb 7, 2024
1 parent 8ece5c3 commit 35230d3
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.2.8 (7 Feb 2024)

### New features

- Responses have `"errors"` before `"data"`, as recommended by the GraphQL spec #4823

### Bug fixes

- Sentry: fix integration with other trace modules #4830
- Sentry: fix when child span is `nil` (test environments) #4828
- Remove needless Base64 backport #4820
- Fix module arrangement to support RDoc #4819

# 2.2.7 (29 Jan 2024)

### Deprecations
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.2.7"
VERSION = "2.2.8"
end

0 comments on commit 35230d3

Please sign in to comment.