Skip to content

Commit

Permalink
update package versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Jul 31, 2024
1 parent bfcc786 commit 8c32457
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 4.5.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes
## 4.4.1 (2024-07-30)

### Bugs Fixed

### Other Changes
- Improved error messages for `AzurePipelinesCredential` for Authentication Failed scenarios. [#30387](https://github.com/Azure/azure-sdk-for-js/pull/30387)
- Improved token parsing for `AzurePowerShellCredential` even with warning messages. [#30508](https://github.com/Azure/azure-sdk-for-js/pull/30508)

## 4.5.0-beta.1 (2024-07-17)

Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/identity",
"sdk-type": "client",
"version": "4.5.0-beta.2",
"version": "4.4.1",
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Current version of the `@azure/identity` package.
*/
export const SDK_VERSION = `4.5.0-beta.2`;
export const SDK_VERSION = `4.4.1`;

/**
* The default client ID for authentication
Expand Down

0 comments on commit 8c32457

Please sign in to comment.