From 8a9afa006d6b159552f7bada3e1a231f0bcc5d1b Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:43:46 +0000 Subject: [PATCH] chore(main): release 0.19.1-beta (#410) :robot: I have created a release *beep* *boop* --- ## [0.19.1-beta](https://github.com/instill-ai/vdp/compare/v0.19.0-beta...v0.19.1-beta) (2023-12-20) ### Bug Fixes * calculate the trigger_count with batch_size (https://github.com/instill-ai/pipeline-backend/issues/338) ([423e6c9](https://github.com/instill-ai/pipeline-backend/commit/423e6c97093470288ff1bce72540609d538de1d9)) ### Miscellaneous Chores * release v0.19.1-beta ([cc4998c](https://github.com/instill-ai/vdp/commit/cc4998cea6185b080af34ba2f8f856acaab15d40)) --- 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 fd75efef..64ce2472 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 ([cc4998c](https://github.com/instill-ai/vdp/commit/cc4998cea6185b080af34ba2f8f856acaab15d40)) + ## [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" }