diff --git a/CHANGELOG.md b/CHANGELOG.md
index f68929f9..f033a65e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,19 @@
All notable changes to this project will be documented in this file.
+## 4.5.0
+### Changes
+* feat: provide the guest form to allow guest creation anywhere by @leftybournes in https://github.com/nextcloud/guests/pull/1371
+* feat: add setting to allow guests to change their email by @icewind1991 in https://github.com/nextcloud/guests/pull/1379
+* feat: add guests through the contacts menu by @leftybournes in https://github.com/nextcloud/guests/pull/1380
+
+### Fixes
+* fix: incompatible overwrite for AppConfig by @miaulalala in https://github.com/nextcloud/guests/pull/1384
+
+### New Contributors
+* @leftybournes made their first contribution in https://github.com/nextcloud/guests/pull/1371
+* @miaulalala made their first contribution in https://github.com/nextcloud/guests/pull/1384
+
## 4.4.1
### Fixes
* fix: ensure repair email is a string by @skjnldsv in https://github.com/nextcloud/guests/pull/1374
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 084fa49e..1e1bee51 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.4.1
+ 4.5.0
agpl
Nextcloud
diff --git a/package-lock.json b/package-lock.json
index 612a575e..0c6920e0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "guests",
- "version": "4.4.1",
+ "version": "4.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "guests",
- "version": "4.4.1",
+ "version": "4.5.0",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index dcac7c6b..ba63e39c 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.4.1",
+ "version": "4.5.0",
"type": "module",
"author": "Robin Appelman ",
"contributors": [