[release] 2022-10 stable version

* Update for the October 2022 stable release
* Version 1.2022100.0

Change-Id: Id4c06b9f4cf74a4748097e8eb6b050c01b678b6b
Reviewed-on: https://fuchsia-review.googlesource.com/c/vscode-plugins/+/751266
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Clayton Wilkinson <wilkinsonclay@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e81a6f6..7cfa6f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## October 2022 Stable (1.2022100.0)
+
+- Added syntax highlighting for CML files
+
+- Added Fuchsia device snapshots
+
+- Log viewer
+  * Added play/pause, word-wrap buttons
+  * Improved text formatting
+  * Search
+    * Added Regex functionality
+    * Fix pid/tid keyword
+    * Added new wildcard keyword "any"
+    * Added "warning" alias for severity
+    * Handle escape characters
+
+- User Interface
+  * Improve stability and responsiveness when querying for devices
+  * Display device connection status in the status bar
+
 ## August 2022 Stable (1.2022080.0)
 
 - Late activation: the plugin will now activate when you
diff --git a/package.json b/package.json
index 94505ca..1c54b96 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
   "bugs": {
     "url": "https://bugs.fuchsia.dev/p/fuchsia/issues/entry?template=Fuchsia+Editor+Tooling"
   },
-  "version": "1.2022080.0",
+  "version": "1.2022100.0",
   "engines": {
     "vscode": "^1.63.0"
   },
@@ -436,4 +436,4 @@
     "publisherId": "6b4341fb-1e2c-4a5e-9c1f-1d34016009f5",
     "isPreReleaseVersion": false
   }
-}
\ No newline at end of file
+}