diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de856b5..4db4f4ce 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 ([0901010](https://github.com/instill-ai/vdp/commit/09010106a6ed46da4b08d1aee29a668634790401)) + ## [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" }