From 751a6c5b102592aa9ecd97bec5ed219f94f6cd6c Mon Sep 17 00:00:00 2001 From: Doruk Gurleyen Date: Mon, 17 Jun 2024 11:25:44 -0400 Subject: [PATCH] Release v0.5.3 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94998ed..7ce1fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.3 + +- Bug Fix: [Handle resolving `nil` for entity references](https://github.com/DivvyPayHQ/absinthe_federation/pull/98) + ## 0.5.2 - Feature: [Support `@interfaceObject` directive](https://github.com/DivvyPayHQ/absinthe_federation/pull/96) diff --git a/mix.exs b/mix.exs index 729367e..9a16b23 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.2" + @version "0.5.3" def project do [