diff --git a/sdk/core/core-http-compat/CHANGELOG.md b/sdk/core/core-http-compat/CHANGELOG.md index 58803e30957a..a03b9aaf5ea0 100644 --- a/sdk/core/core-http-compat/CHANGELOG.md +++ b/sdk/core/core-http-compat/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 1.1.0 (2022-02-25) + +- Updated package dependency of `core-client` and `core-rest-pipeline` packages to `1.3.0` version. + ## 1.0.0 (2022-02-18) - First release of package, see README.md for details. diff --git a/sdk/core/core-http-compat/package.json b/sdk/core/core-http-compat/package.json index 1b40e89c3dc7..51b2adfb4e15 100644 --- a/sdk/core/core-http-compat/package.json +++ b/sdk/core/core-http-compat/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-http-compat", - "version": "1.0.0", + "version": "1.1.0", "description": "Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.", "sdk-type": "client", "main": "dist/index.js", @@ -54,8 +54,8 @@ "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { - "@azure/core-rest-pipeline": "^1.4.0", - "@azure/core-client": "^1.4.0" + "@azure/core-rest-pipeline": "^1.3.0", + "@azure/core-client": "^1.3.0" }, "devDependencies": { "@azure/eslint-plugin-azure-sdk": "^3.0.0",