diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4860da6..2e6b2b6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Default owners -* @amarzavery @daschult @kpajdzik @sergey-shandar +* @amarzavery @kpajdzik @sergey-shandar diff --git a/Changelog.md b/Changelog.md index 5f68911..cc6ec01 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,13 @@ # Changelog -## 3.0.0 - 2019/07/26 +## 3.0.0 - 2019/08/02 - Token credential types are now compatible with the `TokenCredential` interface from [`@azure/core-auth`](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-auth), enabling them to be used with newer SDK libraries in `azure-sdk-for-js`. +- **Breaking change:** + - Updated min version of dependency `@azure/ms-rest-js` to `^2.0.4`. + +## 2.0.4 - 2019/08/02 +- Rolling back the min version of dependency `@azure/ms-rest-js` from `^2.0.3` to `^1.8.13` thereby fixing [#69](https://github.com/Azure/ms-rest-nodeauth/issues/69). ## 2.0.3 - 2019/07/23 - Updated min version of dependency `@azure/ms-rest-js` to `^2.0.3`. diff --git a/package.json b/package.json index 2f6423e..e251daa 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ "tsconfig.json" ], "dependencies": { - "@azure/core-auth": "1.0.0-preview.1", + "@azure/core-auth": "1.0.0-preview.2", "@azure/ms-rest-azure-env": "^2.0.0", - "@azure/ms-rest-js": "^2.0.3", + "@azure/ms-rest-js": "^2.0.4", "adal-node": "^0.1.28" }, "license": "MIT",