Skip to content

Commit bfb6372

Browse files
author
Sergey Mashkov
committed
Version 1.3.1
1 parent c9217e1 commit bfb6372

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 1.3.1
2-
> Published 4 Feb 2020
2+
> Published 5 Feb 2020
33
44
* Introduced experimental client timeout feature
55
* Fixed OkHttp leaking threads
@@ -22,6 +22,7 @@
2222
* Fixed Auth retry logic (#1051)
2323
* Fixed ApplicationRequest.remoteHost to not report "unknown"
2424
* Fixed corrupted headers in CIO client and server on Android
25+
* Improved server cancellation handling
2526

2627
# 1.3.0
2728
> 14 Jan 2020

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin.code.style=official
33

44
# config
5-
version=1.3.1-SNAPSHOT
5+
version=1.3.1
66
kotlin.incremental.js=true
77
kotlin.incremental.multiplatform=true
88
kotlin.parallel.tasks.in.project=true

0 commit comments

Comments
 (0)