From 57f5f43a377ee0b1ce0920e30c1369fcb8cfe469 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 6 Jun 2024 06:16:56 +0100 Subject: [PATCH] chore(main): release 0.17.0-beta (#183) :robot: I have created a release *beep* *boop* --- ## [0.17.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.16.0-beta...v0.17.0-beta) (2024-06-06) ### Features * **model:** add order_by field for list model endpoints ([#186](https://github.com/instill-ai/api-gateway/issues/186)) ([7486703](https://github.com/instill-ai/api-gateway/commit/748670372e6180028f6a68d519ed9c9589061719)) * **model:** support trigger latest model version ([#185](https://github.com/instill-ai/api-gateway/issues/185)) ([bbf250d](https://github.com/instill-ai/api-gateway/commit/bbf250d009c1422c5c034afa49747c01bcfe54f9)) ### Bug Fixes * **kb:** endpoint conflict ([#189](https://github.com/instill-ai/api-gateway/issues/189)) ([5051f09](https://github.com/instill-ai/api-gateway/commit/5051f09e2a25835e18ef52e6a3265cc31b8eeb17)) * **registry:** fix org membership check in registry plugin ([#182](https://github.com/instill-ai/api-gateway/issues/182)) ([5370041](https://github.com/instill-ai/api-gateway/commit/53700418e56451641c60838b97276899580412d4)) --- 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 | 14 ++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926a7eb..c3b9669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.17.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.16.0-beta...v0.17.0-beta) (2024-06-06) + + +### Features + +* **model:** add order_by field for list model endpoints ([#186](https://github.com/instill-ai/api-gateway/issues/186)) ([7486703](https://github.com/instill-ai/api-gateway/commit/748670372e6180028f6a68d519ed9c9589061719)) +* **model:** support trigger latest model version ([#185](https://github.com/instill-ai/api-gateway/issues/185)) ([bbf250d](https://github.com/instill-ai/api-gateway/commit/bbf250d009c1422c5c034afa49747c01bcfe54f9)) + + +### Bug Fixes + +* **kb:** endpoint conflict ([#189](https://github.com/instill-ai/api-gateway/issues/189)) ([5051f09](https://github.com/instill-ai/api-gateway/commit/5051f09e2a25835e18ef52e6a3265cc31b8eeb17)) +* **registry:** fix org membership check in registry plugin ([#182](https://github.com/instill-ai/api-gateway/issues/182)) ([5370041](https://github.com/instill-ai/api-gateway/commit/53700418e56451641c60838b97276899580412d4)) + ## [0.16.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.15.0-beta...v0.16.0-beta) (2024-05-15) diff --git a/release-please/manifest.json b/release-please/manifest.json index 0da1c4e..6de2567 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0-beta" + ".": "0.17.0-beta" } \ No newline at end of file