From 38f7d143c278800b199c30fbc3a4d9942ca9f293 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sat, 11 Nov 2023 07:47:58 +0000 Subject: [PATCH] chore(main): release 0.16.2-alpha --- CHANGELOG.md | 7 +++++++ release-please/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21af0f63d..fb607942f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.2-alpha](https://github.com/instill-ai/pipeline-backend/compare/v0.16.1-alpha...v0.16.2-alpha) (2023-11-11) + + +### Bug Fixes + +* **pipeline:** fix trigger error when start operator has field `input` ([#287](https://github.com/instill-ai/pipeline-backend/issues/287)) ([9f7ae76](https://github.com/instill-ai/pipeline-backend/commit/9f7ae76cf35a5fb47e86eb8d66408a6d85e6b6a5)) + ## [0.16.1-alpha](https://github.com/instill-ai/pipeline-backend/compare/v0.16.0-alpha...v0.16.1-alpha) (2023-10-27) diff --git a/release-please/manifest.json b/release-please/manifest.json index de8683234..fd0882a51 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.1-alpha" + ".": "0.16.2-alpha" }