From 2dc5ed09cfaf72063c604fef324eb239e448481f Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sat, 11 Nov 2023 07:46:05 +0000 Subject: [PATCH] chore(main): release 0.6.0-alpha (#37) :robot: I have created a release *beep* *boop* --- ## [0.6.0-alpha](https://github.com/instill-ai/connector/compare/v0.5.0-alpha...v0.6.0-alpha) (2023-11-11) ### Features * **ai-openai:** support OpenAI gpt-4-turbo and dall-e-3 ([#43](https://github.com/instill-ai/connector/issues/43)) ([38c451e](https://github.com/instill-ai/connector/commit/38c451e532764a9f1ec5c25abe0d87f5078dcde1)) * **google-search:** support google search connector ([#41](https://github.com/instill-ai/connector/issues/41)) ([950510e](https://github.com/instill-ai/connector/commit/950510ea5a2bddbfa1d1ad9af8393ddd7bbca680)) ### Bug Fixes * **google-search:** fix google search nil pointer ([#48](https://github.com/instill-ai/connector/issues/48)) ([d681159](https://github.com/instill-ai/connector/commit/d6811595a1e79493f6cf78a1b40594b43523f4fd)) * **openai:** fix the message order in the chat completion request ([#36](https://github.com/instill-ai/connector/issues/36)) ([7ef3177](https://github.com/instill-ai/connector/commit/7ef3177c74149cc7818916dc4c81e90d0dbd84d3)) --- 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 | 14 ++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d840cbf..d39c800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0-alpha](https://github.com/instill-ai/connector/compare/v0.5.0-alpha...v0.6.0-alpha) (2023-11-11) + + +### Features + +* **ai-openai:** support OpenAI gpt-4-turbo and dall-e-3 ([#43](https://github.com/instill-ai/connector/issues/43)) ([38c451e](https://github.com/instill-ai/connector/commit/38c451e532764a9f1ec5c25abe0d87f5078dcde1)) +* **google-search:** support google search connector ([#41](https://github.com/instill-ai/connector/issues/41)) ([950510e](https://github.com/instill-ai/connector/commit/950510ea5a2bddbfa1d1ad9af8393ddd7bbca680)) + + +### Bug Fixes + +* **google-search:** fix google search nil pointer ([#48](https://github.com/instill-ai/connector/issues/48)) ([d681159](https://github.com/instill-ai/connector/commit/d6811595a1e79493f6cf78a1b40594b43523f4fd)) +* **openai:** fix the message order in the chat completion request ([#36](https://github.com/instill-ai/connector/issues/36)) ([7ef3177](https://github.com/instill-ai/connector/commit/7ef3177c74149cc7818916dc4c81e90d0dbd84d3)) + ## [0.5.0-alpha](https://github.com/instill-ai/connector/compare/v0.4.0-alpha...v0.5.0-alpha) (2023-10-27) diff --git a/release-please/manifest.json b/release-please/manifest.json index 979c53d..3ae6d11 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0-alpha" + ".": "0.6.0-alpha" }