diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index cc10aa67c459..e95332d98173 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -1,16 +1,12 @@ # Release History -## 1.3.0 (Unreleased) +## 1.3.0 (2023-01-06) ### Features Added * Added `BearerTokenOptions.AuthorizationHandler` to enable extending `runtime.BearerTokenPolicy` with custom authorization logic * Added `Client` types and matching constructors to the `azcore` and `arm` packages. These represent a basic client for HTTP and ARM respectively. -### Breaking Changes - -### Bugs Fixed - ### Other Changes * Updated `internal` module to latest version. * `policy/Request.SetBody()` allows replacing a request's body with an empty one