Skip to content

Commit 630ec1f

Browse files
committed
Version bump; prep for publish
1 parent 80da5c5 commit 630ec1f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## Apollo Client 3.5.2 (unreleased)
2-
- Fix useMutation execute function returning non-identical execution functions when passing similar options. <br/> [@brainkim](https://github.com/brainkim) in [#9093](https://github.com/apollographql/apollo-client/pull/9037)
1+
## Apollo Client 3.5.2 (2021-11-10)
2+
3+
- Fix useMutation execute function returning non-identical execution functions when passing similar options. <br/>
4+
[@brainkim](https://github.com/brainkim) in [#9093](https://github.com/apollographql/apollo-client/pull/9037)
35

46
## Apollo Client 3.5.1 (2021-11-09)
57

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)