Skip to content

Commit a93cda2

Browse files
committed
1.5.10
1 parent 6f2f58c commit a93cda2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.5.10 (25 Apr 2017)
12+
13+
### New features
14+
15+
- Support Rails 5.1 #693
16+
- Fall back to `String#encode` for non-UTF-8/non-ASCII strings #676
17+
18+
### Bug Fixes
19+
20+
- Correctly apply `Relay::Mutation`'s `return_field ... property:` argument #692
21+
- Handle Rails 5.1's `ActionController::Parameters` #693
22+
1123
## 1.5.9 (19 Apr 2017)
1224

1325
### 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.5.9"
3+
VERSION = "1.5.10"
44
end

0 commit comments

Comments
 (0)