From 755212ed0519c4f10d2dcb1228c46fdcb53f019c Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:39:51 +0800 Subject: [PATCH] chore(main): release 0.22.1-beta (#426) :robot: I have created a release *beep* *boop* --- ## [0.22.1-beta](https://github.com/instill-ai/vdp/compare/v0.22.0-beta...v0.22.1-beta) (2024-02-06) ### Miscellaneous Chores * release v0.22.1-beta ([463338a](https://github.com/instill-ai/vdp/commit/463338a61c2ffa35db4d490656d1409a336a43e2)) --- 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 7c0c9dee..4a07c406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.1-beta](https://github.com/instill-ai/vdp/compare/v0.22.0-beta...v0.22.1-beta) (2024-02-06) + + +### Miscellaneous Chores + +* release v0.22.1-beta ([463338a](https://github.com/instill-ai/vdp/commit/463338a61c2ffa35db4d490656d1409a336a43e2)) + ## [0.22.0-beta](https://github.com/instill-ai/vdp/compare/v0.21.0-beta...v0.22.0-beta) (2024-01-30) diff --git a/README.md b/README.md index 8bef963e..520ddff2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.22.0-beta https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.22.1-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 7b2f1466..4cf4c596 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.0-beta" + ".": "0.22.1-beta" }