[release] 0.16.2 release CHANGELOG

Change-Id: Ib208f9ba0dcc32b83ac1496e0dd47001f3ac312a
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/252121
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0edd6b3..b7f311a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## v0.16.2 - 2nd Sep, 2020
+
+### Fixed
+
+- Fixed the compile error message parsing bug that prevented correct file name expansion in test output. ([Issue 522](https://github.com/golang/vscode-go/issues/522)).
+- Fixed the regression that caused to run tests in the local directory mode and
+  result in more verbose output than the package list mode. ([Issue 528](https://github.com/golang/vscode-go/issues/528)).
+- Fixed `"go.alternateTools"` settings to accept any tool names without
+  settings.json diagnostics warning. ([Issue 526](https://github.com/golang/vscode-go/issues/526)
+
+
 ## v0.16.1 - 5th Aug, 2020
 
 ### Fixed
diff --git a/package-lock.json b/package-lock.json
index 001259c..1afb504 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "go",
-  "version": "0.16.1",
+  "version": "0.16.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 79c7367..db480b5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "go",
   "displayName": "Go",
-  "version": "0.16.1",
+  "version": "0.16.2",
   "publisher": "golang",
   "description": "Rich Go language support for Visual Studio Code",
   "author": {