From 8fc2e4a770c9cbe039274a8b4919a3ce690d0d5d Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Thu, 9 Feb 2023 19:39:42 +0000 Subject: [PATCH] Update version and CHANGELOG --- Changelog.md | 7 +++++++ lib/util/constants.ts | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e98e368a..24d548e6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. @@ -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) diff --git a/lib/util/constants.ts b/lib/util/constants.ts index f5b6140e..1cc84ae2 100644 --- a/lib/util/constants.ts +++ b/lib/util/constants.ts @@ -7,7 +7,7 @@ export const Constants = { * @const * @type {string} */ - msRestVersion: "2.6.4", + msRestVersion: "2.6.5", /** * Specifies HTTP. diff --git a/package.json b/package.json index 8140edaf..9867d618 100644 --- a/package.json +++ b/package.json @@ -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",