From 33f15b106c94fa887aebfda3a471c0dfdf604ac3 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:07:21 +0800 Subject: [PATCH] chore(main): release 0.7.0-beta --- CHANGELOG.md | 7 +++++++ release-please/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d600e94..19b9f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0-beta](https://github.com/instill-ai/operator/compare/v0.6.1-beta...v0.7.0-beta) (2024-01-30) + + +### Features + +* add task title and description ([#55](https://github.com/instill-ai/operator/issues/55)) ([298de79](https://github.com/instill-ai/operator/commit/298de79c7057420fab94a08002657ed66cd74853)) + ## [0.6.1-beta](https://github.com/instill-ai/operator/compare/v0.6.0-beta...v0.6.1-beta) (2024-01-15) diff --git a/release-please/manifest.json b/release-please/manifest.json index 21d14c6..c7bbec9 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1-beta" + ".": "0.7.0-beta" }