From 20b4dd8c3e30d468d33d6ad55e0a1dbaa4705abe Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Wed, 3 May 2023 08:12:33 -0700 Subject: [PATCH] Update changelog with latest features (#20730) * Update changelog with latest features Prepare for upcoming release. * bump minor version --- sdk/azcore/CHANGELOG.md | 10 +++------- sdk/azcore/internal/shared/constants.go | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index eb50de41dee3..7ecc8f2a9679 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 1.5.1 (Unreleased) +## 1.6.0 (2023-05-04) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +* Added support for ARM cross-tenant authentication. Set the `AuxiliaryTenants` field of `arm.ClientOptions` to enable. +* Added `TenantID` field to `policy.TokenRequestOptions`. ## 1.5.0 (2023-04-06) diff --git a/sdk/azcore/internal/shared/constants.go b/sdk/azcore/internal/shared/constants.go index 9d6bc39c0a60..681167bcba57 100644 --- a/sdk/azcore/internal/shared/constants.go +++ b/sdk/azcore/internal/shared/constants.go @@ -32,5 +32,5 @@ const ( Module = "azcore" // Version is the semantic version (see http://semver.org) of this module. - Version = "v1.5.1" + Version = "v1.6.0" )