diff --git a/CHANGELOG.md b/CHANGELOG.md index 23815410..5c20cc07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v32.43.2 - 2024-10-07 + +S3StreamWritable bug fix (replace `read` by `readNBytes`). + ## v32.43.1 - 2024-10-04 Update dependencies. diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 208ffca2..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -RELEASE_TYPE: patch - -S3StreamWritable bug fix (replace `read` by `readNBytes`). diff --git a/build.sbt b/build.sbt index 0bc5b304..fec66569 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val projectVersion = "32.43.1" +val projectVersion = "32.43.2" Global / excludeLintKeys += composeNoBuild