From 57ab0f4dd0c6ed383a03f4c7519fc33194e9dcd2 Mon Sep 17 00:00:00 2001 From: Tianhua Ran Date: Tue, 29 Oct 2019 19:43:30 +0800 Subject: [PATCH 1/2] doc: upgrade CHANGELOG.MD for version 1.0.6 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index accf57ee..d93b0e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 1.0.6 + +_2019-10-30_ + +#### Feature + +- Add kotlin enhance the library to make OkDownload more concise. + +#### Bug Fix + +- Fix cannot read instance length with range 0-0 and response code 200. closes #256 +- Fix `ConcurrentModificationException` in `DownloadCall`. closes #304 + ### 1.0.5 _2018-11-05_ From 80dc88ef6f3b64227ef2d38411e679c3b1219f5a Mon Sep 17 00:00:00 2001 From: Tianhua Ran Date: Fri, 1 Nov 2019 18:13:03 +0800 Subject: [PATCH 2/2] chore: upgrade okdownload to 1.0.6 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6649ee9e..a4a5a7dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true GROUP=com.liulishuo.okdownload -VERSION_NAME=1.0.6-SNAPSHOT +VERSION_NAME=1.0.6 POM_URL=https://github.com/lingochamp/okdownload/ ISSUE_URL=https://github.com/lingochamp/okdownload/issues/