Skip to content

Commit a650bc8

Browse files
committed
1.9.13
1 parent 1050e3a commit a650bc8

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88

99
### Bug fixes
1010

11+
## 1.9.13 (8 Oct 2019)
12+
13+
### Breaking changes
14+
15+
- Enum values were (erroneously) accepted as ID or String values, but they aren't anymore. #2505
16+
17+
### New features
18+
19+
- Add `Query#executed?` #2486
20+
- Add `Types::ISO8601Date` #2471
21+
22+
### Bug fixes
23+
24+
- Don't accept Enums as IDs or Strings #2505
25+
- Call `.authorized?` hooks on arguments that belong to input objects #2519
26+
- Fix backslash parsing edge case #2510
27+
- Improve performance #2504 #2498
28+
- Properly stringify keys in error extensions #2508
29+
- Fix `extras:` handling in RelayClassicMutation #2484
30+
- Use `Types::BaseField` in scaffold #2470
31+
1132
## 1.9.12 (9 Sept 2019)
1233

1334
### 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.9.12"
3+
VERSION = "1.9.13"
44
end

0 commit comments

Comments
 (0)