diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ce2472..2f44a387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0-beta](https://github.com/instill-ai/vdp/compare/v0.19.1-beta...v0.20.0-beta) (2024-01-02) + + +### Miscellaneous Chores + +* release v0.20.0-beta ([1ba40b2](https://github.com/instill-ai/vdp/commit/1ba40b24c5a56042e25a9bfa4e0fd6c9c72b4a14)) + ## [0.19.1-beta](https://github.com/instill-ai/vdp/compare/v0.19.0-beta...v0.19.1-beta) (2023-12-20) diff --git a/README.md b/README.md index 22dc7ec9..51a07489 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.19.1-beta https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.20.0-beta 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 a43f0a65..3399049c 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.1-beta" + ".": "0.20.0-beta" }