diff --git a/CHANGELOG.md b/CHANGELOG.md index 2828a803fc..8010f95e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.6.2 + +- Bug Fix: [Fix regression in SDL rendering for enum values](https://github.com/absinthe-graphql/absinthe/pull/1041) + ## 1.6.1 - Feature: [Improved serialization failure messages](https://github.com/absinthe-graphql/absinthe/pull/1033) diff --git a/mix.exs b/mix.exs index 036bbe91c6..f2b8fc45cb 100644 --- a/mix.exs +++ b/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 [