From bcd98784ff9aa1448df1c511f17653bee19f5ceb Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 10 Jul 2024 13:55:58 -0400 Subject: [PATCH] changelog updates --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 797efbc8aa..565ae6ad9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog -## Unreleased +## 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 +- Various minor dependency versioning tweaks +- Handle Elixir 1.17 warnings ## 1.7.6