From a24298971fc562cfe69b5ea60ff4c0d9e85e6867 Mon Sep 17 00:00:00 2001 From: thetric Date: Tue, 17 Apr 2018 21:51:54 +0200 Subject: [PATCH] release: 3.0.1 --- CHANGELOG.md | 11 +++++++++++ build.gradle | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2974a4..17744b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [3.0.1](https://github.com/thetric/ilias-downloader-cli/compare/3.0.0...3.0.1) (2018-04-17) + + +### Bug Fixes + +* correct placeholder for password prompt in the default locale ([242215c](https://github.com/thetric/ilias-downloader-cli/commit/242215c)) +* **sync:** continue on unsuccessful downloads and print an error ([8c5f28d](https://github.com/thetric/ilias-downloader-cli/commit/8c5f28d)) + + + # [3.0.0](https://github.com/thetric/ilias-downloader-cli/compare/2.0.9...3.0.0) (2018-02-21) diff --git a/build.gradle b/build.gradle index a4e23cd..b3e9a84 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ compileKotlin { } } -version '3.0.0' +version '3.0.1' dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"