From 9068146532887dccc771248ecf4ded4e04b9d34a Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 05:36:54 +0000 Subject: [PATCH] chore(main): release 0.9.0-beta (#64) :robot: I have created a release *beep* *boop* --- ## [0.9.0-beta](https://github.com/instill-ai/operator/compare/v0.8.0-beta...v0.9.0-beta) (2024-02-29) ### Features * auto-generate operator README.mdx ([#65](https://github.com/instill-ai/operator/issues/65)) ([0647a26](https://github.com/instill-ai/operator/commit/0647a26ef93ba192f12a92c922174bdee44e7b03)) ### Bug Fixes * add missing `array:` instillFormat in operator output ([#63](https://github.com/instill-ai/operator/issues/63)) ([ca146c3](https://github.com/instill-ai/operator/commit/ca146c33580fdfd0a610350715f944a623921c77)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 12 ++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde3e23..1a782f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0-beta](https://github.com/instill-ai/operator/compare/v0.8.0-beta...v0.9.0-beta) (2024-02-29) + + +### Features + +* auto-generate operator README.mdx ([#65](https://github.com/instill-ai/operator/issues/65)) ([0647a26](https://github.com/instill-ai/operator/commit/0647a26ef93ba192f12a92c922174bdee44e7b03)) + + +### Bug Fixes + +* add missing `array:` instillFormat in operator output ([#63](https://github.com/instill-ai/operator/issues/63)) ([ca146c3](https://github.com/instill-ai/operator/commit/ca146c33580fdfd0a610350715f944a623921c77)) + ## [0.8.0-beta](https://github.com/instill-ai/operator/compare/v0.7.0-beta...v0.8.0-beta) (2024-02-16) diff --git a/release-please/manifest.json b/release-please/manifest.json index 77770e3..745dfe0 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0-beta" + ".": "0.9.0-beta" }