From 197c1d6ad82d581725d041c8a3b005f6362f5e14 Mon Sep 17 00:00:00 2001 From: rebornix Date: Fri, 12 Oct 2018 11:14:27 -0700 Subject: [PATCH] bump version to 0.2.1 and update changelog --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33736796..4f18641ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,4 +42,12 @@ - Fix [#319](https://github.com/Microsoft/vscode-pull-request-github/issues#319), improve keyboard focus. - Fix [#352](https://github.com/Microsoft/vscode-pull-request-github/issues/352) by [@Ikuyadeu](https://github.com/Ikuyadeu), support merging pull request - Fix [#464](https://github.com/Microsoft/vscode-pull-request-github/issues/464) by [@wyze](https://github.com/wyze), show labels on PR description -- Fix [#562](https://github.com/Microsoft/vscode-pull-request-github/issues/562) by [@emtei](https://github.com/emtei), prevent PR creation date collision with subtitle \ No newline at end of file +- Fix [#562](https://github.com/Microsoft/vscode-pull-request-github/issues/562) by [@emtei](https://github.com/emtei), prevent PR creation date collision with subtitle + +0.2.1 + +**Noteworthy** +Telemetry opt-out setting is now named under namespace `github` to help differentiate itself from VSCode or other extension's telemetry opt setting. Now it's named as `githubPullRequests.telemetry.enabled`, we still support `telemetry.optout` but it will be deprecated in the future. + +**Fixes** +- Fix [#497](https://github.com/Microsoft/vscode-pull-request-github/issues/497) by [@wyze](https://github.com/wyze), Telemetry setting isn't namespaced. \ No newline at end of file diff --git a/package.json b/package.json index f6070dcd9..6af62c537 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "enableProposedApi": true, "preview": true, - "version": "0.2.0", + "version": "0.2.1", "publisher": "GitHub", "engines": { "vscode": "^1.28.0"