diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d06a00..fd56a922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.24.0-beta](https://github.com/instill-ai/instill-core/compare/v0.23.0-beta...v0.24.0-beta) (2024-02-29) + + +### Miscellaneous Chores + +* release v0.24.0-beta ([6abf163](https://github.com/instill-ai/instill-core/commit/6abf163216d8adf4d565f5571e0297d2516c794f)) + ## [0.23.0-beta](https://github.com/instill-ai/vdp/compare/v0.22.1-beta...v0.23.0-beta) (2024-02-16) diff --git a/README.md b/README.md index 4550c23a..371ab9d2 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.23.0-beta https://github.com/instill-ai/vdp.git && cd vdp +$ git clone -b v0.24.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 9eb9ca7c..a4176895 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.0-beta" + ".": "0.24.0-beta" }