diff --git a/CHANGELOG.md b/CHANGELOG.md
index 703bb24b..d78978d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,20 @@
All notable changes to this project will be documented in this file.
+## 4.2.0
+
+### Changes
+* feat: migrate owncloud guests-users to nextcloud guests by @skjnldsv in https://github.com/nextcloud/guests/pull/1286
+* feat(deps): Add Nextcloud 32 support by @nickvergessen in https://github.com/nextcloud/guests/pull/1282
+
+### Fixes
+* fix: settings save by @skjnldsv in https://github.com/nextcloud/guests/pull/1299
+
+### Other
+* Various dependencies
+
+**Full Changelog**: https://github.com/nextcloud/guests/compare/v4.1.0...v4.2.0
+
## 4.1.0
31 compatibility
diff --git a/appinfo/info.xml b/appinfo/info.xml
index afcb8eca..e6b405db 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password.
Guests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]>
- 4.1.1
+ 4.2.0
agpl
Nextcloud
diff --git a/package.json b/package.json
index 5c95bacc..e8ece039 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "guests",
"description": "Create guest users which can only see files shared with them",
- "version": "4.2.0-dev.0",
+ "version": "4.2.0",
"type": "module",
"author": "Robin Appelman ",
"contributors": [