Skip to content

Commit 8e33c06

Browse files
committed
1.13.15
1 parent d227c79 commit 8e33c06

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
### Bug fixes
1212

13+
# 1.13.15 (30 June 2022)
14+
15+
### Bug fixes
16+
17+
- Remove partial OpenTelementry tracing #4086
18+
- Properly use `Query#validate` to skip static validation #3881
19+
1320
# 1.13.14 (20 June 2022)
1421

1522
### New Features

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.13.14"
3+
VERSION = "1.13.15"
44
end

0 commit comments

Comments
 (0)