diff --git a/changelog/0.1.0_2020-07-23/initial-release.md b/changelog/0.1.0_2020-07-23/initial-release.md new file mode 100644 index 00000000000..ec45f6345d6 --- /dev/null +++ b/changelog/0.1.0_2020-07-23/initial-release.md @@ -0,0 +1,8 @@ +Change: Initial release of basic version + +We have built a new service which implements go micro's [store interface](https://github.com/micro/development/blob/master/design/framework/store.md), +so that we can provide a key-value-store through GRPC for our services. The underlying implementation stores data as json +files on disk and maintains an index using [bleve](https://github.com/blevesearch/bleve). + +https://github.com/owncloud/ocis-store/pull/1 +https://github.com/owncloud/ocis-store/pull/2 diff --git a/changelog/unreleased/use-alpine-latest.md b/changelog/0.1.0_2020-07-23/use-alpine-latest.md similarity index 100% rename from changelog/unreleased/use-alpine-latest.md rename to changelog/0.1.0_2020-07-23/use-alpine-latest.md