diff --git a/changelog/unreleased/bump-reva.md b/changelog/unreleased/bump-reva.md index eb8a03153..70745801d 100644 --- a/changelog/unreleased/bump-reva.md +++ b/changelog/unreleased/bump-reva.md @@ -2,5 +2,6 @@ Enhancement: Bump reva Bumps reva version +https://github.com/owncloud/ocis/pull/9920 https://github.com/owncloud/ocis/pull/9879 https://github.com/owncloud/ocis/pull/9860 diff --git a/changelog/unreleased/ocm-listing-fixes.md b/changelog/unreleased/ocm-listing-fixes.md new file mode 100644 index 000000000..ffff55eab --- /dev/null +++ b/changelog/unreleased/ocm-listing-fixes.md @@ -0,0 +1,5 @@ +Bugfix: add missing properties to when listing ocm shares + +The libre graph API now returns an etag, the role and the creation time for ocm shares. + +https://github.com/owncloud/ocis/pull/9920