Skip to content

Commit

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

## 1.2.1 (Unreleased)


## 1.2.0 (2021-02-08)

- Add `AzureSASCredential` and `SASCredential` for use by service clients which allow authenticiation using a shared access signature.
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.2.0",
"version": "1.2.1",
"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 eeaa146

Please sign in to comment.