diff --git a/VERSION b/VERSION index c317a9189..a803cc227 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.1 +0.14.0 diff --git a/changelog.txt b/changelog.txt index 513777cf0..eefa9cb7c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,16 @@ # Wave changelog +v0.14.0 - 3 Sep 2022 +- Add support for non x86/amd64 architecture #109 [06c7087b] +- Add support for custom build and cache repos [68dfc6dd] +- Allow the build with private repositories [bd3a41b7] +- Improve container platform handling [d5989cde] +- Improve validation [49f001b6] +- Fix history v1 rewrite for multi-layers config [ce799deb] +- Fix init-container optional if no creds provided (#103) [f64c2636] +- Remove build pack artifacts (#101) [b4f827f0] +- Remove unused field [00fb321a] +- Bump kaniko v1.9.0 [56c4ee63] + v0.13.1 - 23 Aug 2022 - Improve build mail notification [fcb88794] - Rename RouteHelper to RouteHandler [6d5652ee]