Skip to content

Commit 442a912

Browse files
committed
1.13.11
1 parent 8f5b871 commit 442a912

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 1.13.11 (21 March 2022)
14+
15+
### Deprecations
16+
17+
- `RangeAdd` warns when `context:` isn't provided (it's required in GraphQL-Ruby 2.0) #3996
18+
1319
# 1.13.10
1420

1521
### Breaking changes

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

0 commit comments

Comments
 (0)