Skip to content

Commit b3f8130

Browse files
authored
Prepare azidentity v1.2.0-beta.1 release (Azure#18329)
1 parent 5659d92 commit b3f8130

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

sdk/azidentity/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Release History
22

3-
## 1.0.2 (Unreleased)
3+
## 1.2.0-beta.1 (2022-06-07)
44

55
### Features Added
6+
* `EnvironmentCredential` reads certificate passwords from `AZURE_CLIENT_CERTIFICATE_PASSWORD`
7+
([#17099](https://github.com/Azure/azure-sdk-for-go/pull/17099))
68

7-
### Breaking Changes
8-
9-
### Bugs Fixed
9+
## 1.1.0 (2022-06-07)
1010

11-
### Other Changes
11+
### Features Added
12+
* `ClientCertificateCredential` and `ClientSecretCredential` support ESTS-R. First-party
13+
applications can set environment variable `AZURE_REGIONAL_AUTHORITY_NAME` with a
14+
region name.
15+
([#15605](https://github.com/Azure/azure-sdk-for-go/issues/15605))
1216

1317
## 1.0.1 (2022-06-07)
1418

sdk/azidentity/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ const (
1111
component = "azidentity"
1212

1313
// Version is the semantic version (see http://semver.org) of this module.
14-
version = "v1.0.2"
14+
version = "v1.2.0-beta.1"
1515
)

0 commit comments

Comments
 (0)