From 380d7fb934d4dcad3d7110ba296a6acc5aa89bbe Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:12:35 +0000 Subject: [PATCH] chore(main): release 0.19.1-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 fd75efef..6519dee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1-beta](https://github.com/instill-ai/vdp/compare/v0.19.0-beta...v0.19.1-beta) (2023-12-20) + + +### Miscellaneous Chores + +* release v0.19.1-beta ([3e6804c](https://github.com/instill-ai/vdp/commit/3e6804cc4c91b3161a0ac29dd5a10fd07d2fad5a)) + ## [0.19.0-beta](https://github.com/instill-ai/vdp/compare/v0.18.0-alpha...v0.19.0-beta) (2023-12-15) diff --git a/README.md b/README.md index acee7804..cdf2385e 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.0-beta https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.19.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 68d08854..a43f0a65 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0-beta" + ".": "0.19.1-beta" }