diff --git a/sdk/core/core-http-compat/CHANGELOG.md b/sdk/core/core-http-compat/CHANGELOG.md index a03b9aaf5ea0..a659141b4631 100644 --- a/sdk/core/core-http-compat/CHANGELOG.md +++ b/sdk/core/core-http-compat/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.1.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.1.0 (2022-02-25) - Updated package dependency of `core-client` and `core-rest-pipeline` packages to `1.3.0` version. diff --git a/sdk/core/core-http-compat/package.json b/sdk/core/core-http-compat/package.json index 51b2adfb4e15..6ea75273f293 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.1.0", + "version": "1.1.1", "description": "Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.", "sdk-type": "client", "main": "dist/index.js",