diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f4dcc..5691666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change log +### 0.7.0 +[BREAKING CHANGES]: Don't attempt to run queued requests if obtaining a new token fails. + ### 0.6.1 - inject sources into `sourcesContent` into source maps diff --git a/package.json b/package.json index 4744102..54c4b2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-link-token-refresh", - "version": "0.6.1", + "version": "0.7.0", "description": "Apollo Link that performs access tokens renew", "main": "./lib/bundle.umd.js", "module": "./lib/tokenRefreshLink.js",