diff --git a/CHANGELOG.md b/CHANGELOG.md index 76751d61c..04a6afda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.11.6 - 21st September, 2019 + +* The prompt to update your `gopls` that was introduced in the previous update, relied on making calls to https://proxy.golang.org. +In this patch release, we replace such calls with a check against a known hard-coded value for the latest version of `gopls`. Details on the next steps here are captured in the [issue 2776](https://github.com/microsoft/vscode-go/issues/2776) + ## 0.11.5 - 19th September, 2019 ### Debugging improvements diff --git a/package.json b/package.json index eb69bf5c6..0136d53e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.11.5", + "version": "0.11.6", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {