From e2384bd3657a8d090cd0a4d671f4c3b57f4a6a86 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:30:45 +0530 Subject: [PATCH] chore(main): release 0.49.0-beta --- CHANGELOG.md | 13 +++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23161817e..dee2bcb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.49.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.4-beta...v0.49.0-beta) (2024-12-11) + + +### Features + +* **pinecone:** pinecone batch upsert ([#927](https://github.com/instill-ai/pipeline-backend/issues/927)) ([398adf9](https://github.com/instill-ai/pipeline-backend/commit/398adf90954ad4df27bf9228e97bdc106dd25464)) +* **vdp:** upload component input output data ([#923](https://github.com/instill-ai/pipeline-backend/issues/923)) ([8b6caab](https://github.com/instill-ai/pipeline-backend/commit/8b6caab5b9add954cc56e1a400839a0e29ff2446)) + + +### Bug Fixes + +* **trigger:** resolve issue where default value for number cannot be an integer ([#933](https://github.com/instill-ai/pipeline-backend/issues/933)) ([134032a](https://github.com/instill-ai/pipeline-backend/commit/134032a26174e033b2b30983949b2e5858017eeb)) + ## [0.48.4-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.3-beta...v0.48.4-beta) (2024-12-09) diff --git a/release-please/manifest.json b/release-please/manifest.json index 9f6f689e6..9df988dc7 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.48.4-beta" + ".": "0.49.0-beta" }