diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa2706a4a..dcd45e1dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -Changelog for Reva unreleased (UNRELEASED) +Changelog for Reva 0.0.1 (2019-10-24) ======================================= -The following sections list the changes in Reva unreleased relevant to +The following sections list the changes in Reva 0.0.1 relevant to Reva users. The changes are ordered by importance. Summary diff --git a/RELEASE_DATE b/RELEASE_DATE index 162729cae3..f600dff86d 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2019-10-23 +2019-10-24 \ No newline at end of file diff --git a/VERSION b/VERSION index 8acdd82b76..8a9ecc2ea9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.1 \ No newline at end of file diff --git a/changelog/unreleased/pull-243 b/changelog/0.0.1_2019-10-24/pull-243 similarity index 100% rename from changelog/unreleased/pull-243 rename to changelog/0.0.1_2019-10-24/pull-243 diff --git a/changelog/NOTE.md b/changelog/NOTE.md new file mode 100644 index 0000000000..dcd45e1dfc --- /dev/null +++ b/changelog/NOTE.md @@ -0,0 +1,23 @@ +Changelog for Reva 0.0.1 (2019-10-24) +======================================= + +The following sections list the changes in Reva 0.0.1 relevant to +Reva users. The changes are ordered by importance. + +Summary +------- + + * Enh #243: Create reference when accepting a share + +Details +------- + + * Enhancement #243: Create reference when accepting a share + + When accepting a share only the state information changed for the share was not merged into the + user tree. Now after accepting a share, the share is mounted into the user tree in a location + specified by the user. + + https://github.com/reva/reva/pull/243 + + diff --git a/tools/release/main.go b/tools/release/main.go index 203bf45922..47b29ebd2c 100644 --- a/tools/release/main.go +++ b/tools/release/main.go @@ -136,7 +136,7 @@ Changelog for Reva v%s (%s) os.Exit(1) } - add("Generate changelog in docs for %s", *version) + add(fmt.Sprintf("Generate changelog in docs for %s", *version), "docs/content/end/docs/Changelog") // tag with v$version tag(*version)