diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3406268..294a759 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 1.0.2
+
+### Fixed
+
+- fix: Make template file creator registration compatible with 28/29 @juliushaertl [#169](https://github.com/nextcloud/whiteboard/pull/169)
+- fix: Use proper server url parameter from the frontend @juliushaertl [#167](https://github.com/nextcloud/whiteboard/pull/167)
+- fix: Update room data in storage when adding a file @juliushaertl [#170](https://github.com/nextcloud/whiteboard/pull/170)
+- fix: Properly set URL for settings check if running in a subdirectory @juliushaertl [#158](https://github.com/nextcloud/whiteboard/pull/158)
+
## 1.0.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c1f770b..6d82eee 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
]]>
- 1.0.1
+ 1.0.2
agpl
Julius Härtl
Whiteboard
diff --git a/package.json b/package.json
index 90f94a5..de897b5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "whiteboard",
- "version": "1.0.1",
+ "version": "1.0.2",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",