0.13.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d08c270..61b0636 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.12.1 - Coming Soon...
+## 0.13.0 - 3rd February, 2020
 
 * [Henry Kwan (@piengeng)](https://github.com/piengeng)
     * The outline feature now shows constants different from variables, and interfaces different from types. [PR 2973](https://github.com/Microsoft/vscode-go/pull/2973)
diff --git a/package.json b/package.json
index 67c738c..b72cf7c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "Go",
-  "version": "0.12.0",
+  "version": "0.13.0",
   "publisher": "ms-vscode",
   "description": "Rich Go language support for Visual Studio Code",
   "author": {