From 03db34a5760f999473821819e4d4f50d654470d1 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 06:15:31 +0000 Subject: [PATCH] chore(main): release 0.23.0-beta --- 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 4a07c406..53d06a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.23.0-beta](https://github.com/instill-ai/vdp/compare/v0.22.1-beta...v0.23.0-beta) (2024-02-16) + + +### Miscellaneous Chores + +* release v0.23.0-beta ([5c93c12](https://github.com/instill-ai/vdp/commit/5c93c12badc7a156ec7d284297bd8540944dd6b3)) + ## [0.22.1-beta](https://github.com/instill-ai/vdp/compare/v0.22.0-beta...v0.22.1-beta) (2024-02-06) diff --git a/README.md b/README.md index 520ddff2..4550c23a 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.1-beta https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.23.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 4cf4c596..9eb9ca7c 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.1-beta" + ".": "0.23.0-beta" }