diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f83ea..b8212d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v4.5.0 + +* Add support of Google Generative AI models +* Refine the project and reduce extension size (web searching is temporally removed and will be added back in the future) + ## v4.4.4 * Add support for Anthropic Claude 3.5 diff --git a/package.json b/package.json index d635721..c0ca847 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "ChatGPT Copilot", "icon": "images/ai-logo.png", "description": "An VS Code ChatGPT Copilot Extension", - "version": "4.4.4", + "version": "4.5.0", "aiKey": "", "repository": { "url": "https://github.com/feiskyer/chatgpt-copilot"