Skip to content

Commit 35f4903

Browse files
committed
Prepare for release 5.0.0-alpha.14.
1 parent d661381 commit 35f4903

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Change Log
55

66
See [4.x Change log](https://square.github.io/okhttp/changelogs/changelog_4x/) for the stable version changelogs.
77

8+
## Version 5.0.0-alpha.14
9+
10+
_2024-04-17_
11+
12+
* Breaking: Move coroutines extensions to okhttp3.coroutines. Previously this artifact shared the
13+
`okhttp3` package name with our core module, which is incompatible with the Java Platform Module
14+
System.
15+
16+
* Fix in okhttp-coroutines: Publish a valid artifact. The coroutines JAR file in 5.0.0-alpha.13
17+
was corrupt and should not be used.
18+
19+
820
## Version 5.0.0-alpha.13
921

1022
_2024-04-16_

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ configure<SpotlessExtension> {
4747

4848
allprojects {
4949
group = "com.squareup.okhttp3"
50-
version = "5.0.0-SNAPSHOT"
50+
version = "5.0.0-alpha.14"
5151

5252
repositories {
5353
mavenCentral()

0 commit comments

Comments
 (0)