diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9b625..929bc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0-alpha](https://github.com/instill-ai/x/compare/v0.2.0-alpha...v0.3.0-alpha) (2023-04-23) + + +### Features + +* add temporal client option wrappers ([4e89cdb](https://github.com/instill-ai/x/commit/4e89cdb95a96ff44f2fb02c01b296a30ca1f87f7)) + ## [0.2.0-alpha](https://github.com/instill-ai/x/compare/v0.1.0-alpha...v0.2.0-alpha) (2022-07-06) diff --git a/release-please/manifest.json b/release-please/manifest.json index 30a427d..6e2f34a 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0-alpha" + ".": "0.3.0-alpha" }