From c9436a879ee550a479575524c1840ce93d3bb46e Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Wed, 4 Oct 2023 17:34:29 +0200 Subject: [PATCH] [release] bump version 0.42.0 Signed-off-by: Paolo Di Tommaso --- VERSION | 2 +- changelog.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 162dd0f1f..787ffc30a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.41.13 +0.42.0 diff --git a/changelog.txt b/changelog.txt index e4bbc15b7..83c10ca68 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,13 @@ # Wave changelog +v0.42.0 - 4 Oct 2023 +- Add support for Spack binary cache [41877a92] +- Add support for S3 hosted Spack binary cache (#294) [82682b63] +- Add known error handling to ProxyClient [8cdd5593] +- Add status 500 to HTTP retriable errors [81763eb8] +- Deprecate HTTP-based pairing controller [522700f0] +- Decrease log verbosity [bd420be3] +- Improve request validation [8cab3cc0] + v0.41.13 - 2 Oct 2023 - Add TimedInputStream [f31cf56f]