Skip to content

Commit

Permalink
Update changelog with latest features (#20730)
Browse files Browse the repository at this point in the history
* Update changelog with latest features

Prepare for upcoming release.

* bump minor version
  • Loading branch information
jhendrixMSFT committed May 3, 2023
1 parent 838842d commit 20b4dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion sdk/azcore/internal/shared/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 20b4dd8

Please sign in to comment.