diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..fec38feb0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## Unreleased + +## 1.6.2 (2020-10-23) + +- Began recording updates in `CHANGELOG.md` +- fix: reduce chances of IOErrors by changing default --threads_num to 1 #155, #163 +- fix: reduce chances of errors due to missing required parameters #175 +- fix: missing downloading process by upgrading tqdm dependency #167 + +-------------------------------------------- + +## Earlier Versions + +Please refer to the commit history in GitHub: +https://github.com/icloud-photos-downloader/icloud_photos_downloader/commits/master diff --git a/setup.py b/setup.py index 73c6ea3fa..4d3ae1fd2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="icloudpd", - version="1.6.1", + version="1.6.2", url="https://github.com/ndbroadbent/icloud_photos_downloader", description=( "icloudpd is a command-line tool to download photos and videos from iCloud."