Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
chore(main): release 0.6.0-alpha (#37)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.6.0-alpha](v0.5.0-alpha...v0.6.0-alpha)
(2023-11-11)


### Features

* **ai-openai:** support OpenAI gpt-4-turbo and dall-e-3
([#43](#43))
([38c451e](38c451e))
* **google-search:** support google search connector
([#41](#41))
([950510e](950510e))


### Bug Fixes

* **google-search:** fix google search nil pointer
([#48](#48))
([d681159](d681159))
* **openai:** fix the message order in the chat completion request
([#36](#36))
([7ef3177](7ef3177))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Nov 11, 2023
1 parent 9dbcc25 commit 2dc5ed0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0-alpha"
".": "0.6.0-alpha"
}

0 comments on commit 2dc5ed0

Please sign in to comment.