Skip to content

Commit

Permalink
Increment version for azcore releases (#20325)
Browse files Browse the repository at this point in the history
Increment package version after release of azcore
  • Loading branch information
azure-sdk authored Mar 2, 2023
1 parent 93cece8 commit 265c1a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.5.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.5.0-beta.1 (2023-03-02)

### Features Added
Expand Down Expand Up @@ -28,18 +38,6 @@
### Other Changes
* Update dependencies to latest versions.

## 1.4.0-beta.1 (2023-02-02)

### Features Added
* Added support for ARM cross-tenant authentication. Set the `AuxiliaryTenants` field of `arm.ClientOptions` to enable.
* Added `Claims` and `TenantID` fields to `policy.TokenRequestOptions`.
* ARM bearer token policy handles CAE challenges.

## 1.3.1 (2023-02-02)

### Other Changes
* Update dependencies to latest versions.

## 1.3.0 (2023-01-06)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/azcore/internal/shared/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ const (
Module = "azcore"

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

0 comments on commit 265c1a6

Please sign in to comment.