From 2a120753d2459ea26f8f09efe91ed0cd27b285cb Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:43:48 +0900 Subject: [PATCH] chore(main): release 0.32.0-alpha (#702) :robot: I have created a release *beep* *boop* --- ## [0.32.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.31.0-alpha...v0.32.0-alpha) (2024-10-23) ### Features * **run:** add requester id in list model run response ([#701](https://github.com/instill-ai/model-backend/issues/701)) ([8c22eec](https://github.com/instill-ai/model-backend/commit/8c22eecd636d6654623ac264b24c4bf98c7f0a09)) --- 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 +++++++ release-please/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1d7c66..527a0d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.32.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.31.0-alpha...v0.32.0-alpha) (2024-10-23) + + +### Features + +* **run:** add requester id in list model run response ([#701](https://github.com/instill-ai/model-backend/issues/701)) ([8c22eec](https://github.com/instill-ai/model-backend/commit/8c22eecd636d6654623ac264b24c4bf98c7f0a09)) + ## [0.31.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.30.2-alpha...v0.31.0-alpha) (2024-10-22) diff --git a/release-please/manifest.json b/release-please/manifest.json index a7a4cec7..8bdc37e7 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.0-alpha" + ".": "0.32.0-alpha" }