diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6adcae..66eea988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.2.0] - 2018-11-24 +### Fixed +- Updated client to output additional logging when debugging +- Resolve database assertion failure due to authentication +- Resolve unable to create folders on shared OneDrive Personal accounts + +### Added +- Implement feature request to Sync from Microsoft SharePoint +- Implement feature request to specify a logging directory if logging is enabled + +### Changed +- Change '--download' to '--download-only' to align with '--upload-only' +- Change logging so that logging to a separate file is no longer the default ## [2.1.6] - 2018-11-15 ### Fixed diff --git a/contrib/gentoo/onedrive-2.1.6.ebuild b/contrib/gentoo/onedrive-2.2.0.ebuild similarity index 100% rename from contrib/gentoo/onedrive-2.1.6.ebuild rename to contrib/gentoo/onedrive-2.2.0.ebuild diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index 54661a11..ba5e1cda 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -1,5 +1,5 @@ pkgname=onedrive -pkgver=2.1.6 +pkgver=2.2.0 pkgrel=1 #patch-level (Increment this when patch is applied) pkgdesc="A free OneDrive Client for Linux. This is a fork of the https://github.com/skilion/onedrive repository" license=("unknown")