diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db1e36..be9bc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.13.0-beta](https://github.com/instill-ai/connector/compare/v0.12.0-beta...v0.13.0-beta) (2024-02-29) + + +### Features + +* **openai:** change default value for `response_format` ([#132](https://github.com/instill-ai/connector/issues/132)) ([ef305c9](https://github.com/instill-ai/connector/commit/ef305c9c9ee36fd0a661843d461cbe348adc2ebe)) + + +### Bug Fixes + +* add missing `array:` instillFormat in connector output ([#129](https://github.com/instill-ai/connector/issues/129)) ([7837a98](https://github.com/instill-ai/connector/commit/7837a987cb3d50c5c9d20f01bba9bc3dd5f41253)) + ## [0.12.0-beta](https://github.com/instill-ai/connector/compare/v0.11.0-beta...v0.12.0-beta) (2024-02-16) diff --git a/release-please/manifest.json b/release-please/manifest.json index 96d33ef..9752e58 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0-beta" + ".": "0.13.0-beta" }