diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index ea34e77..ae1d120 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,10 @@ releases: + - version: "0.7.0" + features: + - "add insight transformation" + - "add workspace" + - "add dataview support" + - "add local embedding model support" - version: "0.6.18" fixes: - "fix mermaid block style, add copy btn" diff --git a/manifest.json b/manifest.json index e5014f1..7f5cfc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.6.18", + "version": "0.7.0", "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 406d1f2..456a52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.6.18", + "version": "0.7.0", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {