Skip to content

Commit

Permalink
1.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Mosolgo committed Nov 1, 2021
1 parent 4a96ac5 commit 816e14d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Bug fixes

# 1.11.9

### New Features

- `Schema.max_validation_errors(val)` limits the number of errors that can be added during static validation #3675

# 1.11.8 (12 Feb 2021)

### Bug fixes
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 = "1.11.8"
VERSION = "1.11.9"
end

0 comments on commit 816e14d

Please sign in to comment.