From bc2ec52736af6cbd85225e24e46adf95eb3aac67 Mon Sep 17 00:00:00 2001 From: Doruk Gurleyen Date: Mon, 12 Aug 2024 11:56:54 -0400 Subject: [PATCH] Release v0.5.4 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce1fb8..2515369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.4 + +- Bug Fix: [Fix `@link` directive arguments](https://github.com/DivvyPayHQ/absinthe_federation/pull/101) + ## 0.5.3 - Bug Fix: [Handle resolving `nil` for entity references](https://github.com/DivvyPayHQ/absinthe_federation/pull/98) diff --git a/mix.exs b/mix.exs index 9a16b23..6448827 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.3" + @version "0.5.4" def project do [