Skip to content

Commit

Permalink
Prepare azidentity v1.3.0 for release (#20756)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored May 8, 2023
1 parent d54fb08 commit ad8ebd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions sdk/azidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Release History

## 1.3.0-beta.6 (Unreleased)

### Features Added
## 1.3.0 (2023-05-09)

### Breaking Changes
> These changes affect only code written against a beta version such as v1.3.0-beta.5
* Renamed `NewOnBehalfOfCredentialFromCertificate` to `NewOnBehalfOfCredentialWithCertificate`
* Renamed `NewOnBehalfOfCredentialFromSecret` to `NewOnBehalfOfCredentialWithSecret`

### Bugs Fixed

### Other Changes
* Upgraded to MSAL v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion sdk/azidentity/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const (
component = "azidentity"

// Version is the semantic version (see http://semver.org) of this module.
version = "v1.3.0-beta.6"
version = "v1.3.0"
)

0 comments on commit ad8ebd9

Please sign in to comment.