diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0deca6a63eac..30443bc74ef4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,16 @@
 # Changelog
 
 - [Changelog](#changelog)
-  - [3.10.0](#3100)
+  - [3.11.0](#3110)
     - [New Features](#new-features)
     - [Bug Fixes](#bug-fixes)
-  - [Documentation](#documentation)
-  - [Development](#development)
+    - [Documentation](#documentation)
+    - [Development](#development)
+  - [3.10.0](#3100)
+    - [New Features](#new-features-1)
+    - [Bug Fixes](#bug-fixes-1)
+    - [Documentation](#documentation-1)
+    - [Development](#development-1)
   - [Previous versions](#previous-versions)
 
 <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -37,16 +42,36 @@ VS Code v0.00.0
 
 - fix(socket): did this thing #321 @githubuser
 
-## Documentation
+### Documentation
 
 - item
 
-## Development
+### Development
 
 - item
 
 -->
 
+## 3.11.0
+
+VS Code v1.56
+
+### New Features
+
+- item
+
+### Bug Fixes
+
+- fix: Check the logged user instead of $USER #3330 @videlanicolas
+
+### Documentation
+
+- item
+
+### Development
+
+- item
+
 ## 3.10.0
 
 VS Code v1.56
@@ -69,7 +94,7 @@ VS Code v1.56
 - fix: add flag for toggling permessage-deflate #3286 @code-asher
 - fix: make sure directories exist #3309 @code-asher
 
-## Documentation
+### Documentation
 
 - docs(FAQ): add mention of sysbox #3087 @bpmct
 - docs: add security policy #3148 @jsjoeio
@@ -84,7 +109,7 @@ VS Code v1.56
 - docs(maintaining): add versioning #3288 @jsjoeio
 - docs: add changelog #3337 @jsjoeio
 
-## Development
+### Development
 
 - fix(update-vscode): add check/docs for git-subtree #3129 @oxy
 - refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio