diff --git a/CHANGELOG.md b/CHANGELOG.md index aca5922f3..6617f5874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.0-alpha](https://github.com/instill-ai/vdp/compare/v0.15.0-alpha...v0.16.0-alpha) (2023-10-13) + + +### Miscellaneous Chores + +* **release:** release v0.16.0-alpha ([669b94b](https://github.com/instill-ai/vdp/commit/669b94b9a0c47d7ca6880c2a9015619b5d3475d5)) + ## [0.15.0-alpha](https://github.com/instill-ai/vdp/compare/v0.14.0-alpha...v0.15.0-alpha) (2023-09-30) diff --git a/README.md b/README.md index fc2de3882..b382fd9d7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Execute the following commands to start pre-built images with all the dependenci ```bash -$ git clone -b v0.15.0-alpha https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.16.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 892e8074b..1d8c8a223 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0-alpha" + ".": "0.16.0-alpha" }