From 2e167af8a24b9322da590329b0c7cba9070c3997 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Fri, 18 Mar 2016 17:50:57 +0100 Subject: [PATCH] Prepare the v0.8.0 release --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e673d0b..ca4a3da1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.8.0 - 2016-03-21 + +- Add a way to ignore files/folders via a .cozyignore file +- Retry on download errors +- Fix some race conditions +- Enhance documentation and developer experience + ## 0.7.0 - 2015-12-24 * Detect files move/rename on the local file system diff --git a/package.json b/package.json index a781b54a6..b032b5fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "0.7.0", + "version": "0.8.0", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)",