[release] CHANGELOG.md: prepare v0.23.3

Change-Id: I2fe01031f919ee00f42bf35570d8217363ddaa61
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/303289
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53b60b6..9b613d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## v0.23.3 - 19th Mar, 2021
+
+### Enhancements
+
+* Always check the gopls version before activating automated issue reporter regardless of the gopls update settings.
+* Updated the hard-coded latest gopls version to v0.6.8 and the gopls settings.
+
 ## v0.23.2 - 12th Mar, 2021
 
 ### Fixes
diff --git a/package-lock.json b/package-lock.json
index 1b3d6a9..8c9a923 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "go",
-  "version": "0.23.2",
+  "version": "0.23.3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index 422c60a..8776251 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "go",
   "displayName": "Go",
-  "version": "0.23.2",
+  "version": "0.23.3",
   "publisher": "golang",
   "description": "Rich Go language support for Visual Studio Code",
   "author": {