diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21fc450a..15da8072 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 2.0.2
+
+### Fixed
+
+- fix: Return X-WOPI-Lock when a manual lock from outside exists @juliushaertl [#442](https://github.com/nextcloud/officeonline/pull/442)
+- Add known issues to README @juliushaertl [#427](https://github.com/nextcloud/officeonline/pull/427)
+- Update dependencies
+
+
+
## 2.0.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bf3f3d0e..46ae7776 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Edit office documents directly in your browser.
This application can connect to an Office Online server with Nextcloud.
- 2.0.1
+ 2.0.2
agpl
Julius Härtl
diff --git a/package.json b/package.json
index ab5598ef..5499589f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "officeonline",
"description": "Collabora online integration",
- "version": "2.0.1",
+ "version": "2.0.2",
"authors": [
{
"name": "Julius Härtl",