From f296b295ef0ba1001585d78c9d13a7f1e6d70bc6 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:30:31 +0900 Subject: [PATCH] chore(main): release 0.28.0-beta --- CHANGELOG.md | 12 ++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c334fd3..387a268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.28.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.27.0-beta...v0.28.0-beta) (2024-10-22) + + +### 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)) + + +### Bug Fixes + +* **connection:** fix GetNamespaceConnection route ([#257](https://github.com/instill-ai/api-gateway/issues/257)) ([7f18715](https://github.com/instill-ai/api-gateway/commit/7f18715d4a378a0fede773633c5542b237fd64db)) + ## [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