diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d42ff7c..5ab9e2256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.7.0 (2020-11-1) + - fix: --log-level option [#194](https://github.com/icloud-photos-downloader/icloud_photos_downloader/pull/194) - feature: Folder structure can be set to 'none' instead of a date pattern, so all photos will be placed directly into the download directory. diff --git a/setup.py b/setup.py index 1809aad74..4d7b7a14e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="icloudpd", - version="1.6.2", + version="1.7.0", url="https://github.com/icloud-photos-downloader/icloud_photos_downloader", description=( "icloudpd is a command-line tool to download photos and videos from iCloud."