diff --git a/.changes/b0f89880-988f-46c1-87dc-f1741587860d.json b/.changes/b0f89880-988f-46c1-87dc-f1741587860d.json deleted file mode 100644 index 60c50f5a1ad..00000000000 --- a/.changes/b0f89880-988f-46c1-87dc-f1741587860d.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "id": "b0f89880-988f-46c1-87dc-f1741587860d", - "type": "misc", - "description": "Track upstream changes that make `ByteArrayContent` and friends internal. Users should only be using `ByteStream.fromBytes()`, `ByteStream.fromString()`, and `HttpBody.fromBytes()`." -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2567cf8cd61..718db3dd969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.32.4-beta] - 10/06/2023 + +### Miscellaneous +* Track upstream changes that make `ByteArrayContent` and friends internal. Users should only be using `ByteStream.fromBytes()`, `ByteStream.fromString()`, and `HttpBody.fromBytes()`. + ## [0.32.3-beta] - 09/28/2023 ### Fixes diff --git a/gradle.properties b/gradle.properties index b4f789afb73..bef08ba09a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=0.32.4-SNAPSHOT +sdkVersion=0.32.4-beta # kotlin kotlinVersion=1.8.22