diff --git a/AppTunnel/AppTunnel.csproj b/AppTunnel/AppTunnel.csproj
index 303f30d..6966908 100644
--- a/AppTunnel/AppTunnel.csproj
+++ b/AppTunnel/AppTunnel.csproj
@@ -23,9 +23,9 @@
fa-IR
- 1.2.22
- 1.2.22.0
- 1.2.22.0
+ 1.2.23
+ 1.2.23.0
+ 1.2.23.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 072bbae..4408f75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
## Unreleased
+## 1.2.23
+
+- Added GitHub release checking from the Help tab.
+- Added automatic tray notification when a newer release is available.
+- Added tray notifications for connection, disconnection, and connection errors.
+- Added a tray menu action for checking updates.
+- Moved remaining future VPN-manager improvements into the public roadmap.
+
## 1.2.22
- Fixed Help page data binding so GitHub and donation buttons work.
diff --git a/docs/BUILD.md b/docs/BUILD.md
index b99bcd6..f91c39e 100644
--- a/docs/BUILD.md
+++ b/docs/BUILD.md
@@ -21,7 +21,7 @@ dotnet publish AppTunnel\AppTunnel.csproj -c Release -r win-x64 --self-contained
Rename the final executable with the app version:
```powershell
-TunnelX-v1.2.22-standalone-compressed.exe
+TunnelX-v1.2.23-standalone-compressed.exe
```
## 32-bit Windows