Skip to content

Commit 1db571a

Browse files
committed
1.13.5
1 parent bb3e055 commit 1db571a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 1.13.5 (13 January 2022)
14+
15+
### New features
16+
17+
- Directives: support `repeatable` directives #3837
18+
- Tracing: use `context[:fallback_transaction_name]` when operations aren't named #3778
19+
20+
### Bug fixes
21+
22+
- Performance: improve performance of queries with directives #3835
23+
- Fix crash on undefined constant `NodeField` #3832
24+
- Fix crash on partially-required `ActiveSupport` #3829
25+
1326
# 1.13.4 (7 January 2022)
1427

1528
### Bug fixes

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.4"
3+
VERSION = "1.13.5"
44
end

0 commit comments

Comments
 (0)