From a6b595c94830b2343c952cfb88a42e1dc3b28af4 Mon Sep 17 00:00:00 2001 From: Doruk Gurleyen Date: Thu, 11 Apr 2024 12:47:24 -0400 Subject: [PATCH] Release v0.5.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 [