diff --git a/changelog.md b/changelog.md index 2b3584c..98c689f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # apollo-upload-client changelog -## Next +## 18.0.0 ### Major diff --git a/package.json b/package.json index c446c06..44ab887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-upload-client", - "version": "17.0.0", + "version": "18.0.0", "description": "A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).", "license": "MIT", "author": {