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/)",