diff --git a/VERSION b/VERSION index 80138e714..43ded9062 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.4 +1.13.5 diff --git a/changelog.txt b/changelog.txt index 41b36f097..960bfe42f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,12 @@ # Wave changelog +1.13.5 - 23 Oct 2024 +- Fix Do not render inspect url on fail [d96275a1] +- Fix inspect view empty nodes (#706) [b3473b7e] +- Fix prevent scan on cached failed builds [4473fe8c] +- Use JedisPool in place of generic connection pool (#711) [cd16cfd1] +- Minor page title change [c3be9304] +- GHA to submit dependency graph to Github (#715) [09c86627] + 1.13.4 - 20 Oct 2024 - Add scan failure duration setting (#705) [372d6dec] - Change scan config log to info [f382c51a]