1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Prepare for release 5.0.0-alpha.6.

This commit is contained in:
Jesse Wilson
2022-03-14 11:23:44 -07:00
parent b2310de1a8
commit fe46bbc882
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Change Log
==========
## Version 5.0.0-alpha.6
_2022-03-14_
* Fix: Don't attempt to close pooled connections. We saw occasional fast fallback calls crash in
the previous alpha due to an unexpected race.
## Version 5.0.0-alpha.5
_2022-02-21_

View File

@@ -34,7 +34,7 @@ buildscript {
allprojects {
group = "com.squareup.okhttp3"
version = "5.0.0-SNAPSHOT"
version = "5.0.0-alpha.6"
repositories {
mavenCentral()