Skip to content

Commit 816e14d

Browse files
author
Robert Mosolgo
committed
1.11.9
1 parent 4a96ac5 commit 816e14d

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
@@ -8,6 +8,12 @@
88

99
### Bug fixes
1010

11+
# 1.11.9
12+
13+
### New Features
14+
15+
- `Schema.max_validation_errors(val)` limits the number of errors that can be added during static validation #3675
16+
1117
# 1.11.8 (12 Feb 2021)
1218

1319
### 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.11.8"
3+
VERSION = "1.11.9"
44
end

0 commit comments

Comments
 (0)