diff --git a/CHANGELOG.md b/CHANGELOG.md index 217ac8bb939..e0ae64ca600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Apollo Client 3.5.2 (unreleased) +- Fix useMutation execute function returning non-identical execution functions when passing similar options.
[@brainkim](https://github.com/brainkim) in [#9093](https://github.com/apollographql/apollo-client/pull/9037) + ## Apollo Client 3.5.1 (2021-11-09) - Remove npm from dependencies, and avoid referencing graphql-js enum value.