From bb697de9b6a30e9023d7e933dabc0953f33348cc Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 27 Sep 2023 04:39:07 +0100 Subject: [PATCH] chore(main): release 0.14.1-alpha --- CHANGELOG.md | 7 +++++++ release-please/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6743add..61584e7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1-alpha](https://github.com/instill-ai/vdp/compare/v0.14.0-alpha...v0.14.1-alpha) (2023-09-27) + + +### Bug Fixes + +* **makefile:** fix `helm-integration-test-latest` bug ([#361](https://github.com/instill-ai/vdp/issues/361)) ([1db4632](https://github.com/instill-ai/vdp/commit/1db4632ff2548db58ead50ffce5f96f4eb8d2ea3)) + ## [0.14.0-alpha](https://github.com/instill-ai/vdp/compare/v0.13.0-alpha...v0.14.0-alpha) (2023-09-13) diff --git a/release-please/manifest.json b/release-please/manifest.json index bc1870976..7eb9de84e 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0-alpha" + ".": "0.14.1-alpha" }