Skip to content

Commit 20b4dd8

Browse files
authored
Update changelog with latest features (#20730)
* Update changelog with latest features Prepare for upcoming release. * bump minor version
1 parent 838842d commit 20b4dd8

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: sdk/azcore/CHANGELOG.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.5.1 (Unreleased)
3+
## 1.6.0 (2023-05-04)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
* Added support for ARM cross-tenant authentication. Set the `AuxiliaryTenants` field of `arm.ClientOptions` to enable.
7+
* Added `TenantID` field to `policy.TokenRequestOptions`.
128

139
## 1.5.0 (2023-04-06)
1410

Diff for: sdk/azcore/internal/shared/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ const (
3232
Module = "azcore"
3333

3434
// Version is the semantic version (see http://semver.org) of this module.
35-
Version = "v1.5.1"
35+
Version = "v1.6.0"
3636
)

0 commit comments

Comments
 (0)