[release] v0.17.1 CHANGELOG and prep

Change-Id: Iff88e5fe3dddd8c5fb09b542046f94f4f61d6522
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/257717
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cce39ee..e61bfaf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## v0.17.1 - 28th Sep, 2020
+
+### Enhancement
+- Mutate the `PATH`/`Path` environment variable only if users
+explicitly configure to select the go command using `go.goroot`,
+`go.alternateTools`, or `Go: Choose Go Environment` menu.
+([Issue 679](https://github.com/golang/vscode-go/issues/679))
+- Includes sanitized gopls crash traces in the automated gopls crash report.
+([CL 256878](https://go-review.googlesource.com/c/vscode-go/+/256878))
+
+### Fixes
+- Changed the default of `go.coverMode` to be `default`. ([Issue 666](https://github.com/golang/vscode-go/issues/666))
+- Fixed a missing promise reject when go is not found. ([Issue 660](https://github.com/golang/vscode-go/issues/660))
+
+Thank you for reporting issues!
+
 ## v0.17.0 - 18th Sep, 2020
 
 Go code debugging and code coverage support is getting better.
diff --git a/package-lock.json b/package-lock.json
index 93079f4..ee7ee39 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "go",
-  "version": "0.17.0",
+  "version": "0.17.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 9968de4..179ca76 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "go",
   "displayName": "Go",
-  "version": "0.17.0",
+  "version": "0.17.1",
   "publisher": "golang",
   "description": "Rich Go language support for Visual Studio Code",
   "author": {
@@ -2038,4 +2038,4 @@
       ]
     }
   }
-}
\ No newline at end of file
+}