diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6743ad..aca5922f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.15.0-alpha](https://github.com/instill-ai/vdp/compare/v0.14.0-alpha...v0.15.0-alpha) (2023-09-30) + + +### 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)) + + +### Miscellaneous Chores + +* **release:** release v0.15.0-alpha ([19fe7f8](https://github.com/instill-ai/vdp/commit/19fe7f8f1c4a1a66d22c9584c2f859119de9c08f)) + ## [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/README.md b/README.md index 537526b4..820ae907 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Execute the following commands to start pre-built images with all the dependenci ```bash -$ git clone -b v0.14.0-alpha https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.15.0-alpha https://github.com/instill-ai/vdp.git && cd vdp # Launch all services $ make all diff --git a/release-please/manifest.json b/release-please/manifest.json index bc187097..892e8074 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0-alpha" + ".": "0.15.0-alpha" }