diff --git a/CHANGELOG.md b/CHANGELOG.md index d63625ff..f68929f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file. +## 4.4.1 +### Fixes +* fix: ensure repair email is a string by @skjnldsv in https://github.com/nextcloud/guests/pull/1374 +* fix: accept INavigationManager instead of NavigationManager in Filter… by @pulsarf0x in https://github.com/nextcloud/guests/pull/1357 + +### Other +* chore: update workflows from templates by @skjnldsv in https://github.com/nextcloud/guests/pull/1376 +* chore(ci): add `update-nextcloud-ocp-matrix` workflow by @skjnldsv in https://github.com/nextcloud/guests/pull/1377 +* chore: update composer to fix psalm by @skjnldsv in https://github.com/nextcloud/guests/pull/1375 + ## 4.4.0 ### Changes * feat: add repair step to ensure guests haven't changed their email by @icewind1991 in https://github.com/nextcloud/guests/pull/1370 diff --git a/appinfo/info.xml b/appinfo/info.xml index 99a7871a..084fa49e 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.0 + 4.4.1 agpl Nextcloud diff --git a/package-lock.json b/package-lock.json index cd1f52ee..96f7e8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "4.4.0", + "version": "4.4.1", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index fe9e5233..d0ce7ef7 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.0", + "version": "4.4.1", "type": "module", "author": "Robin Appelman ", "contributors": [