We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7c307 commit b6150caCopy full SHA for b6150ca
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.6.3
4
+
5
+- Bug Fix: [Fix unicode bug when encoding parse error](https://github.com/absinthe-graphql/absinthe/pull/1044)
6
7
## 1.6.2
8
9
- Bug Fix: [Fix regression in SDL rendering for enum values](https://github.com/absinthe-graphql/absinthe/pull/1041)
mix.exs
@@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
use Mix.Project
@source_url "https://github.com/absinthe-graphql/absinthe"
- @version "1.6.2"
+ @version "1.6.3"
def project do
[
0 commit comments