We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f1e8d commit cd34b7fCopy full SHA for cd34b7f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.6.2
4
+
5
+- Bug Fix: [Fix regression in SDL rendering for enum values](https://github.com/absinthe-graphql/absinthe/pull/1041)
6
7
## 1.6.1
8
9
- Feature: [Improved serialization failure messages](https://github.com/absinthe-graphql/absinthe/pull/1033)
mix.exs
@@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
use Mix.Project
@source_url "https://github.com/absinthe-graphql/absinthe"
- @version "1.6.1"
+ @version "1.6.2"
def project do
[
0 commit comments