diff --git a/docs/RELEASE.md b/docs/RELEASE.md index d4c8d7a..75f3ce2 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,11 +1,10 @@ # Changelog -### FEATURES : +### BUGFIXES : -- [#68] Support container creation and removal. -- [#69] Support hard links. -- [#70] Support read-only access. +- [#72] Pseudo display in Horizon. +- [#74] Crash on concurrent map write. ### IMPROVEMENT : -- [#71] Support file times set by synchronization clients for hubic. +- [#73] Pseudo directory times. diff --git a/svfs/version.go b/svfs/version.go index fe901b3..b2b140c 100644 --- a/svfs/version.go +++ b/svfs/version.go @@ -1,4 +1,4 @@ package svfs // Version is the current SVFS version -const Version = "0.7.0" +const Version = "0.7.1"