[release] CHANGELOG.md: v0.17.2

Change-Id: I168686656e3a9c2f5ebf70b024951d20fed8c677
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/258521
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e61bfaf..8370f9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## v0.17.2 - 29th Sep, 2020
+
+### Fixes
+- Fixed a regression caused by the change for ([Issue 679](https://github.com/golang/vscode-go/issues/679)).
+If `go` is not found from `PATH` available to the extension, the extension tries a couple of well-known
+default locations to find the `go` binary. In this case, we need to mutate `PATH` so other tools including
+`gopls` or `dlv` can choose the same go version. ([Issue 713](https://github.com/golang/vscode-go/issues/713)).
+
 ## v0.17.1 - 28th Sep, 2020
 
 ### Enhancement
diff --git a/package-lock.json b/package-lock.json
index ee7ee39..6638187 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "go",
-  "version": "0.17.1",
+  "version": "0.17.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 179ca76..0bff059 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "go",
   "displayName": "Go",
-  "version": "0.17.1",
+  "version": "0.17.2",
   "publisher": "golang",
   "description": "Rich Go language support for Visual Studio Code",
   "author": {