diff --git a/VERSION b/VERSION index 141f2e805..ace44233b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.0 +1.15.1 diff --git a/changelog.txt b/changelog.txt index 5e5b7fdad..3aa45f8dd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ # Wave changelog +1.15.1 - 20 Nov 2024 +- Check block existence with object operation (#750) [86ef526c] +- Add /v1alpha2/validate-creds (#752) [e24ec62c] +- Switched env vars around (#748) [080d5cce] + 1.15.0 - 18 Nov 2024 - Migration to virtual threads - phase 1 (#746) [aaf0420c] - Use runAsync instead supplyAsync [ffd0dacd]