Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed Jan 14, 2020
1 parent b50206c commit 2dfa179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1.3.0
> Unpublished yet
> 14 Jan 2020
* ktor client proxy support
* Introduced `HttpStatement` and deprecated potentially dangerous resource-leaking client API
Expand Down Expand Up @@ -50,6 +50,7 @@
* Introduced test client instance in the test server
* Fixed various server and client engines to return `null` for missing headers rather than empty list
* Introduced support for json structures in client and server (#1519)
* Introduced ktor-server-core binary compatibility tracking
* kotlinx.coroutines 1.3.3

# 1.2.6
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin.code.style=official

# config
version=1.3.0-rc2-SNAPSHOT
version=1.3.0
kotlin.incremental.js=true
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
Expand Down

0 comments on commit 2dfa179

Please sign in to comment.