From 9c925b74c5072dc83cad37ebb543fdbf2f356c79 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Thu, 30 Nov 2023 10:09:13 -0500 Subject: [PATCH] [release] bump version 1.1.1 Signed-off-by: Paolo Di Tommaso --- VERSION | 2 +- changelog.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9084fa2..524cb55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/changelog.txt b/changelog.txt index 2f7fe3b..206c77f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ WAVE CLI CHANGE-LOG =================== +1.1.1 - 30 Nov 2023 +- Fix invalid protol prefix with await option [d37faca1] +- Fix execute CI tests on pull requests (#44) [5e236b0a] +- Fix error when a context file path is longer than 100 chars (#26) [d8eed21b] +- Bump org.graalvm.buildtools.native to 0.9.28 (#40) [244be075] +- Bump gradle 8.4 (#39) [399f0b22] + 1.1.0 - 10 Nov 2023 - Add ability to specify platform for Singularity build [c19727a5] - Improve err handling for missing files [98df6ea3]