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" }