From db9e34435fbff4075b6d420d71e3097492d58895 Mon Sep 17 00:00:00 2001 From: GitHub on behalf of Wellcome Collection Date: Mon, 6 Jan 2025 16:48:16 +0000 Subject: [PATCH] Release: Bump version to v32.43.3 [skip ci] --- CHANGELOG.md | 5 +++++ RELEASE.md | 4 ---- build.sbt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c20cc07..f7da290e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v32.43.3 - 2025-01-06 + +Update ElasticBuilder to generate and accept config case classes to enable +pushing typesafe config to the edge of consuming services. + ## v32.43.2 - 2024-10-07 S3StreamWritable bug fix (replace `read` by `readNBytes`). diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index dffdaefb..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -RELEASE_TYPE: patch - -Update ElasticBuilder to generate and accept config case classes to enable -pushing typesafe config to the edge of consuming services. diff --git a/build.sbt b/build.sbt index bc274c21..d9663395 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val projectVersion = "32.43.2-SNAPSHOT" +val projectVersion = "32.43.3" Global / excludeLintKeys += composeNoBuild