diff --git a/VERSION b/VERSION index 0bb2bc8f5..fe006243c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.50.1 +v1.50.2 diff --git a/docs/content/changelog.md b/docs/content/changelog.md index ea5f1fb7b..bace6c6be 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -1,11 +1,19 @@ --- title: "Documentation" description: "Rclone Changelog" -date: "2019-11-02" +date: "2019-11-19" --- # Changelog +## v1.50.2 - 2019-11-19 + +* Bug Fixes + * accounting: Fix memory leak on retries operations (Nick Craig-Wood) +* Drive + * Fix listing of the root directory with drive.files scope (Nick Craig-Wood) + * Fix --drive-root-folder-id with team/shared drives (Nick Craig-Wood) + ## v1.50.1 - 2019-11-02 * Bug Fixes diff --git a/fs/version.go b/fs/version.go index d1e9ba147..25298a4ea 100644 --- a/fs/version.go +++ b/fs/version.go @@ -1,4 +1,4 @@ package fs // Version of rclone -var Version = "v1.50.1-DEV" +var Version = "v1.50.2-DEV"