diff --git a/CHANGELOG.md b/CHANGELOG.md index a71ff9b..e0ec1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.1 + +- Bug Fix: [Middleware unshim exception in entities field with persistent term schema](https://github.com/DivvyPayHQ/absinthe_federation/pull/94) + ## 0.5.0 - Feature: [Support `@composeDirective`](https://github.com/DivvyPayHQ/absinthe_federation/pull/91) diff --git a/mix.exs b/mix.exs index 8499ecf..809baf4 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Absinthe.Federation.MixProject do use Mix.Project @source_url "https://github.com/DivvyPayHQ/absinthe_federation" - @version "0.5.0" + @version "0.5.1" def project do [