From 50db8c7a317ea3627450799ee90307200ff98c70 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:15:25 +0800 Subject: [PATCH] chore(main): release 0.20.0-beta (#415) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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" }