We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd01625 commit df523a7Copy full SHA for df523a7
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
11
+## 1.2.3 (14 Nov 2016)
12
+
13
+### Bug fixes
14
15
+- `Lexer` previous token should be a local variable, not a method attribute #396
16
+- `Arguments` should wrap values according to their type, not their value #398
17
18
## 1.2.2 (7 Nov 2016)
19
20
### New features
lib/graphql/version.rb
@@ -1,3 +1,3 @@
1
module GraphQL
2
- VERSION = "1.2.2"
+ VERSION = "1.2.3"
3
end
0 commit comments