diff --git a/changelog/unreleased/move-indexer-to-ocis-pkg.md b/changelog/unreleased/move-indexer-to-ocis-pkg.md new file mode 100644 index 000000000..296adb115 --- /dev/null +++ b/changelog/unreleased/move-indexer-to-ocis-pkg.md @@ -0,0 +1,5 @@ +Change: Move the indexer package from ocis/accounts to ocis/ocis-pkg + +We are making that change for semantic reasons. So consumers of any index don't necessarily need to know of the accounts service. + +https://github.com/owncloud/ocis/pull/794