From c0694dd27993e738cf2afd04decf5dcabc1ff56c Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:22:15 +0900 Subject: [PATCH] chore(main): release 0.28.0-beta (#256) :robot: I have created a release *beep* *boop* --- ## [0.28.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.27.0-beta...v0.28.0-beta) (2024-10-21) ### Features * **blob:** add blob endpoint ([#255](https://github.com/instill-ai/api-gateway/issues/255)) ([7734452](https://github.com/instill-ai/api-gateway/commit/7734452b36743a0b5f6485442a5ca4e0f8a44e7e)) --- 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 c334fd3..a4a2561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.28.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.27.0-beta...v0.28.0-beta) (2024-10-21) + + +### Features + +* **blob:** add blob endpoint ([#255](https://github.com/instill-ai/api-gateway/issues/255)) ([7734452](https://github.com/instill-ai/api-gateway/commit/7734452b36743a0b5f6485442a5ca4e0f8a44e7e)) + ## [0.27.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.26.0-beta...v0.27.0-beta) (2024-10-04) diff --git a/release-please/manifest.json b/release-please/manifest.json index 87e0078..0fc9762 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.0-beta" + ".": "0.28.0-beta" } \ No newline at end of file