diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c9af8f6..57bb1f7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.11.9 - 5th November, 2019 + +* [Rebecca Stambler (@stamblerre)](https://github.com/stamblerre) + * Run `go mod tidy` before installing tools to fix [Bug 2886](https://github.com/Microsoft/vscode-go/issues/2886) with [PR 2877](https://github.com/Microsoft/vscode-go/pull/2877) + + ## 0.11.8 - 5th November, 2019 * [Rebecca Stambler (@stamblerre)](https://github.com/stamblerre) & [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) diff --git a/Go-0.11.8.vsix b/Go-0.11.8.vsix new file mode 100644 index 000000000..48d1cc6b7 Binary files /dev/null and b/Go-0.11.8.vsix differ diff --git a/package.json b/package.json index 5ec970678..b3730c4e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.11.8", + "version": "0.11.9", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {