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 6f2f58c commit a93cda2Copy full SHA for a93cda2
CHANGELOG.md
@@ -8,6 +8,18 @@
8
9
### Bug fixes
10
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
23
## 1.5.9 (19 Apr 2017)
24
25
### Bug Fixes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.5.9"
+ VERSION = "1.5.10"
4
end
0 commit comments