Skip to content

Commit

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

### Bug fixes

# 2.0.29

- Fixes for Ruby 3.4 compatibility #4861

# 2.0.28 (25 Jan 2023)

- DataDog: use `span` setter instead of `span_type` #4789
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.0.28"
VERSION = "2.0.29"
end

0 comments on commit f00a3ac

Please sign in to comment.