diff --git a/CHANGELOG.md b/CHANGELOG.md index 13350e6d..2ef226ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.28.0-beta](https://github.com/instill-ai/instill-core/compare/v0.27.0-beta...v0.28.0-beta) (2024-04-09) + + +### Miscellaneous Chores + +* release v0.28.0-beta ([8083a44](https://github.com/instill-ai/instill-core/commit/8083a4488bc63169b115e8ff6553a61d26da02a2)) + ## [0.27.0-beta](https://github.com/instill-ai/instill-core/compare/v0.26.1-beta...v0.27.0-beta) (2024-04-02) diff --git a/README.md b/README.md index 82f7fc41..2cdc1108 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.27.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.28.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core # Launch all services $ make all diff --git a/release-please/manifest.json b/release-please/manifest.json index d083177a..f0e4c5cc 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.0-beta" + ".": "0.28.0-beta" }