Skip to content

Commit

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

### Bug fixes

# 2.2.13 (11 Mar 2024)

### Bug fixes

- Tracing: when a new base `:default` trace class is added, merge already-configured trace modules into it #4875

# 2.2.12 (6 Mar 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.12"
VERSION = "2.2.13"
end

0 comments on commit 4315fb1

Please sign in to comment.