Skip to content

Commit

Permalink
Increment package version after release of azure-core-auth (#16152)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jul 3, 2021
1 parent e6aca36 commit 428543c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions sdk/core/core-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 1.3.3 (Unreleased)

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed


## 1.3.2 (2021-07-01)

- Added `tenantId` optional property to the `GetTokenOptions` interface. If `tenantId` is set, credentials will be able to use multi-tenant authentication, in the cases when it's enabled.
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-auth",
"version": "1.3.2",
"version": "1.3.3",
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down

0 comments on commit 428543c

Please sign in to comment.