Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Feb 9, 2023
1 parent c442489 commit 8fc2e4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.6.5 - (2023-02-09)

- Add Microsoft SECURITY.md

## 2.6.4 - (2022-11-15)

- Wrap Trusted Types policy-creation in a try/catch.
Expand All @@ -18,12 +22,15 @@
- For `baseUri` that happen to be known Azure resource manager endpoints, this allows the instantiating of the `AzureIdentityCredentialAdapter` class with the right scope when a user constructs a `ServiceClient` with a `TokenCredential`. Resolves https://github.com/Azure/azure-sdk-for-js/issues/15945

## 2.5.3 - (2021-07-12)

- Updated the dependency on the uuid package to v8 (PR [456](https://github.com/Azure/ms-rest-js/pull/456))

## 2.5.2 - (2021-06-15)

- Fixed an issue where `proxySettings` does not work when there is username but no password (PR [453](https://github.com/Azure/ms-rest-js/pull/453))

## 2.5.1 - (2021-06-07)

- [BugFix] Array flattening in deserializer loses previously de-serialized attributes (PR [#451](https://github.com/Azure/ms-rest-js/pull/451))

## 2.5.0 - (2021-05-10)
Expand Down
2 changes: 1 addition & 1 deletion lib/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Constants = {
* @const
* @type {string}
*/
msRestVersion: "2.6.4",
msRestVersion: "2.6.5",

/**
* Specifies HTTP.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-js"
},
"version": "2.6.4",
"version": "2.6.5",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
Expand Down

0 comments on commit 8fc2e4a

Please # to comment.