From 1fdb32009eaa9cfb686dfa145b0bafa935128ad9 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:50:16 +0800 Subject: [PATCH] chore(main): release 0.22.0-beta (#425) :robot: I have created a release *beep* *boop* --- ## [0.22.0-beta](https://github.com/instill-ai/vdp/compare/v0.21.0-beta...v0.22.0-beta) (2024-01-30) ### Miscellaneous Chores * release v0.22.0-beta ([d5299cc](https://github.com/instill-ai/vdp/commit/d5299ccfee5d4d052e487f28e4b3d184695ff100)) --- 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 0de856b5..7c0c9dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.0-beta](https://github.com/instill-ai/vdp/compare/v0.21.0-beta...v0.22.0-beta) (2024-01-30) + + +### Miscellaneous Chores + +* release v0.22.0-beta ([d5299cc](https://github.com/instill-ai/vdp/commit/d5299ccfee5d4d052e487f28e4b3d184695ff100)) + ## [0.21.0-beta](https://github.com/instill-ai/vdp/compare/v0.20.0-beta...v0.21.0-beta) (2024-01-15) diff --git a/README.md b/README.md index 11816e13..8bef963e 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.21.0-beta https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.22.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 bcb9e29c..7b2f1466 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0-beta" + ".": "0.22.0-beta" }