Skip to content

Commit

Permalink
Increment package version after release of azure-identity (Azure#19721)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored and rakshith91 committed Jul 16, 2021
1 parent 54418a9 commit 76d4d29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.7.0b3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.7.0b2 (2021-07-08)
### Features Added
- `InteractiveBrowserCredential` keyword argument `login_hint` enables
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/azure/identity/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# ------------------------------------
VERSION = "1.7.0b2"
VERSION = "1.7.0b3"

0 comments on commit 76d4d29

Please sign in to comment.