From 63f6ee110e97a7056464d6044cf36633fbe571be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julian=20Gro=C3=9F?= <julian.g@posteo.de>
Date: Sun, 2 Oct 2022 13:27:57 +0200
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9986e30b71..8a69a61046 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 This project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 
-## [Unreleased] 2022.09.09
+## [Unreleased] 2022.10.02
 ### Fixes
+-
+
+### Changes
+- Improved the notification system (PR189)
+
+### Additions
+- Added a setting to disable snapshot notifications (PR189)
+- Added a setting to switch between screenshot formats (PR134)
+
+### Removals
+-
+
+### Build system
+-
+
+
+## [2022.09.1] 2022.10.02
+### Fixes
+- Fixed misbehaving entity selection in VR (PR191)
+- Fixed unintended voxel editing when using the tablet (PR191)
 - Fixed buggy voxel synchronization (PR184)
 - Added a timeout to the Places app in case a directory server is unreachable (PR183)
 - Fixed OBJ-Serializer using wrong decimal separator on some systems (PR172)
@@ -24,6 +44,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe
 - Fixed a lot of miscellaneous warnings (PR31)
 
 ### Changes
+- Increased default voxel resolution (PR191)
 - Replaced non-free Graphik font with Fira Sans (PR155)
 - Updated Qt for Windows, and Linux (PR146,PR125)
 - Changed VR Keyboard appearance (PR147)