diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee762f6e15..8bf876ae8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # 1.3.1 -> Published 4 Feb 2020 +> Published 5 Feb 2020 * Introduced experimental client timeout feature * Fixed OkHttp leaking threads @@ -22,6 +22,7 @@ * Fixed Auth retry logic (#1051) * Fixed ApplicationRequest.remoteHost to not report "unknown" * Fixed corrupted headers in CIO client and server on Android +* Improved server cancellation handling # 1.3.0 > 14 Jan 2020 diff --git a/gradle.properties b/gradle.properties index 4db0fe4f128..ddccf069a40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ kotlin.code.style=official # config -version=1.3.1-SNAPSHOT +version=1.3.1 kotlin.incremental.js=true kotlin.incremental.multiplatform=true kotlin.parallel.tasks.in.project=true