[release] v0.15.2

Change-Id: If536ff18bd46608b531a289a8fd6e45b297d5085
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/244025
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fa79aa..e1d5d48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## v0.15.2 - 21st July, 2020
+
+### Fixed
+
+- Do not fail tools installation when gocode is not already running ([Issue 355](https://github.com/golang/vscode-go/issues/355)).
+
 ## v0.15.1 - 7th July, 2020
 
 ### Enhancement
diff --git a/package-lock.json b/package-lock.json
index ae461af..81e1db1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "go",
-  "version": "0.15.1",
+  "version": "0.15.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 9304797..ad10ee1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "go",
   "displayName": "Go",
-  "version": "0.15.1",
+  "version": "0.15.2",
   "publisher": "golang",
   "description": "Rich Go language support for Visual Studio Code",
   "author": {