From c8913b6a583235bb1835b598cc448b51cdcd0c62 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:09:40 +0100 Subject: [PATCH] chore(main): release 0.28.0-beta (#471) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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 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" }