From 7ee850a9678ecf22dca5b59ebda8e3c6acf7dc2c Mon Sep 17 00:00:00 2001 From: Josh Gummersall Date: Thu, 8 Oct 2020 10:49:49 -0700 Subject: [PATCH] Bump minor version, update Changelog --- Changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3e26f28..618dae5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,7 @@ # Changelog +## 2.1.0 - 2020-10-08 + - Add support for custom http/https agent (PR [#403](https://github.com/Azure/ms-rest-js/pull/403)) + ## 2.0.8 - 2020-07-23 - [BugFix] - Fixed loading of proxyPolicy.browser.js in the HTML files.(PR [#397](https://github.com/Azure/ms-rest-js/pull/397)) diff --git a/package.json b/package.json index d24eccc..0f551d0 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.0.9", + "version": "2.1.0", "description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest", "tags": [ "isomorphic",