diff --git a/CHANGELOG.md b/CHANGELOG.md index 641840b..770abb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0-alpha](https://github.com/instill-ai/connector-source/compare/v0.1.0-alpha...v0.2.0-alpha) (2023-07-20) + + +### Miscellaneous Chores + +* **release:** release v0.2.0-alpha ([c956220](https://github.com/instill-ai/connector-source/commit/c956220dd44a6f0964e3b10354ceaf4f4e7ae92c)) + ## [0.1.0-alpha](https://github.com/instill-ai/connector-source/compare/v0.1.0-alpha...v0.1.0-alpha) (2023-07-09) diff --git a/release-please/manifest.json b/release-please/manifest.json index 6bf28b4..30a427d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha" + ".": "0.2.0-alpha" }