Skip to content

Commit 2dfa179

Browse files
author
Sergey Mashkov
committed
Version 1.3.0
1 parent b50206c commit 2dfa179

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.0
2-
> Unpublished yet
2+
> 14 Jan 2020
33
44
* ktor client proxy support
55
* Introduced `HttpStatement` and deprecated potentially dangerous resource-leaking client API
@@ -50,6 +50,7 @@
5050
* Introduced test client instance in the test server
5151
* Fixed various server and client engines to return `null` for missing headers rather than empty list
5252
* Introduced support for json structures in client and server (#1519)
53+
* Introduced ktor-server-core binary compatibility tracking
5354
* kotlinx.coroutines 1.3.3
5455

5556
# 1.2.6

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.0-rc2-SNAPSHOT
5+
version=1.3.0
66
kotlin.incremental.js=true
77
kotlin.incremental.multiplatform=true
88
kotlin.parallel.tasks.in.project=true

0 commit comments

Comments
 (0)