diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6394276..bc797d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,5 @@
 # Changelog
 
-## Canary
-* Cleaned up top menu
-  * Profile Helper now only shows up if you have anything to fix; otherwise the profile helper can be found in the Settings menu
-  * Post Ads and Ad Editor have been merged together
-
 ## 1.23.0
 * Improved text editor
   * eicon picker (courtesy of @Xariah Dailstone)
diff --git a/README.md b/README.md
index 7a980d5..962dc2c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # Download
-[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-win.exe) (82 MB)
-| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-macos-intel.dmg) (82 MB)
-| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-macos-m1.dmg) (84 MB)
-| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-linux.AppImage) (82 MB)
+[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.0/F-Chat-Rising-1.23.0-win.exe) (82 MB)
+| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.0/F-Chat-Rising-1.23.0-macos-intel.dmg) (82 MB)
+| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.0/F-Chat-Rising-1.23.0-macos-m1.dmg) (84 MB)
+| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.0/F-Chat-Rising-1.23.0-linux.AppImage) (82 MB)
 
 
 # F-Chat Rising
diff --git a/docs/_config.yml b/docs/_config.yml
index 34876c3..8085eed 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -50,7 +50,7 @@ theme: jekyll-theme-slate
 changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
 
 download:
-  version: 1.22.0
+  version: 1.23.0
 
   url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL%
 
diff --git a/electron/package.json b/electron/package.json
index 39d654c..3403077 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fchat",
-  "version": "1.22.0",
+  "version": "1.23.0",
   "author": "The F-List Team and Mister Stallion (Esq.)",
   "description": "F-List.net Chat Client",
   "main": "main.js",
diff --git a/package.json b/package.json
index 9add1a8..8d1e106 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "f-list-rising",
-  "version": "1.22.0",
+  "version": "1.23.0",
   "author": "The F-List Team and and Mister Stallion (Esq.)",
   "description": "A heavily modded F-Chat 3.0 client for F-List",
   "license": "MIT",