Skip to content

Commit 3bb9489

Browse files
authored
[core] bump core-auth version to 1.4.0 (Azure#22554)
for the added `claims` option Also update changelog release dates as the two packages haven't been released
1 parent 92d0377 commit 3bb9489

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

sdk/core/core-auth/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 1.3.3 (2022-07-06)
3+
## 1.4.0 (Unreleased)
4+
5+
### Features Added
46

57
- Added `claims` optional property to the `GetTokenOptions` interface. If `claims` is set, it indicates that we are in challenge process and force to refresh the token.
68

sdk/core/core-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-auth",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/core/core-rest-pipeline/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.9.1 (2022-07-06)
3+
## 1.9.1 (Unreleased)
44

55
### Bugs Fixed
66

sdk/core/core-rest-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"dependencies": {
8888
"@azure/abort-controller": "^1.0.0",
89-
"@azure/core-auth": "^1.3.0",
89+
"@azure/core-auth": "^1.4.0",
9090
"@azure/core-tracing": "^1.0.1",
9191
"@azure/core-util": "^1.0.0",
9292
"@azure/logger": "^1.0.0",

0 commit comments

Comments
 (0)