Skip to content

Commit df523a7

Browse files
committed
1.2.3
1 parent cd01625 commit df523a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1118
## 1.2.2 (7 Nov 2016)
1219

1320
### New features

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GraphQL
2-
VERSION = "1.2.2"
2+
VERSION = "1.2.3"
33
end

0 commit comments

Comments
 (0)