diff --git a/CHANGELOG.md b/CHANGELOG.md index 3334d18..68bbd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0-alpha](https://github.com/instill-ai/operator/compare/v0.4.0-alpha...v0.5.0-alpha) (2023-11-27) + + +### Features + +* **text:** add operator ([#39](https://github.com/instill-ai/operator/issues/39)) ([25f0a96](https://github.com/instill-ai/operator/commit/25f0a96067829d447dbfc2c9cb30af42cf6fd747)) + ## [0.4.0-alpha](https://github.com/instill-ai/operator/compare/v0.3.0-alpha...v0.4.0-alpha) (2023-11-11) diff --git a/release-please/manifest.json b/release-please/manifest.json index 8848608..979c53d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0-alpha" + ".": "0.5.0-alpha" }