From e25de3bd205523fd2616c1f6484c3c0d70ea7926 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 16 May 2024 08:16:13 +0100 Subject: [PATCH] chore(main): release 0.32.0-beta (#497) :robot: I have created a release *beep* *boop* --- ## [0.32.0-beta](https://github.com/instill-ai/instill-core/compare/v0.31.0-beta...v0.32.0-beta) (2024-05-16) ### Miscellaneous Chores * release v0.32.0-beta ([f0d42fe](https://github.com/instill-ai/instill-core/commit/f0d42fed0429c0e53c4c559207be5386aaa9368b)) --- 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 e093bd25..a51dfef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.32.0-beta](https://github.com/instill-ai/instill-core/compare/v0.31.0-beta...v0.32.0-beta) (2024-05-16) + + +### Miscellaneous Chores + +* release v0.32.0-beta ([f0d42fe](https://github.com/instill-ai/instill-core/commit/f0d42fed0429c0e53c4c559207be5386aaa9368b)) + ## [0.31.0-beta](https://github.com/instill-ai/instill-core/compare/v0.30.0-beta...v0.31.0-beta) (2024-05-07) diff --git a/README.md b/README.md index cb4c4a31..b9e3e600 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.31.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.32.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 4aa2029a..b27096e3 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.0-beta" + ".": "0.32.0-beta" }