From dd0ccd9c9791750c1e390d99a1268f947ae01300 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:01:00 +0900 Subject: [PATCH] chore(main): release 0.19.0-alpha --- CHANGELOG.md | 11 +++++++++++ release-please/manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce60ecd..0c96841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.19.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.18.0-alpha...v0.19.0-alpha) (2024-10-29) + + +### Features + +* **blob:** implement GetUploadURL in service lib ([#119](https://github.com/instill-ai/artifact-backend/issues/119)) ([931b1ca](https://github.com/instill-ai/artifact-backend/commit/931b1caab47256531ec3e7e83812777c9484f7f3)) +* **blob:** implement object and object url repository ([#117](https://github.com/instill-ai/artifact-backend/issues/117)) ([4107ad1](https://github.com/instill-ai/artifact-backend/commit/4107ad18f8aedf307e81f7aaf5c282691fe32f51)) +* **blob:** provide blob url endpoint ([#121](https://github.com/instill-ai/artifact-backend/issues/121)) ([860b539](https://github.com/instill-ai/artifact-backend/commit/860b539da376c5ab15300837673a8645e525f07e)) +* **blob:** provide the upload object url endpoint ([#120](https://github.com/instill-ai/artifact-backend/issues/120)) ([e207a2f](https://github.com/instill-ai/artifact-backend/commit/e207a2f0fd3453a6a60e03de0d00be3e5d4b2e7c)) +* **catalog:** use advanced converting pipleine ([#122](https://github.com/instill-ai/artifact-backend/issues/122)) ([2332507](https://github.com/instill-ai/artifact-backend/commit/2332507073cb37323f52ba7a2496c748b1167d85)) + ## [0.18.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.17.0-alpha...v0.18.0-alpha) (2024-10-15) diff --git a/release-please/manifest.json b/release-please/manifest.json index 36825ce..7953bda 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0-alpha" + ".": "0.19.0-alpha" }