diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 150b8df..5b6b812 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,8 @@ releases: + - version: "0.2.5" + features: + - "update gemini provider" + - "update gemini models" - version: "0.2.4" features: - "Added multilingual support, now only support English and Chinese" diff --git a/manifest.json b/manifest.json index 37231d7..707b19a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.2.4", + "version": "0.2.5", "minAppVersion": "0.15.0", "description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes", "author": "Felix.D", diff --git a/package.json b/package.json index 32ff017..011db83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.2.4", + "version": "0.2.5", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {