From f4a930c8e47f1ed7159e872e94ddeb6a27be78ce Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Thu, 25 Jul 2024 11:48:58 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 565ae6ad9b..78f0ecb76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.7.8 + +- Bugfix: Fixes an issue where schemas would not find their types, or not be found at all. + ## 1.7.7 - POTENTIALLY BREAKING Bug Fix: [Validate variable usage in nested input arguments](https://github.com/absinthe-graphql/absinthe/pull/1290).This could break incoming documents previously considered valid. Skip the Absinthe.Phase.Document.Arguments.VariableTypesMatch phase to avoid this check. See Absinthe.Pipeline on adjusting the document pipeline. - #1321 resolves telemetry issues