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" }