diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cf137..0a91a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.46.0](https://github.com/ai-action/code-ollama/compare/v0.45.1...v0.46.0) (2026-07-12) + + +### Features + +* **chat:** shorten clipboard image attachment labels ([a82f2fd](https://github.com/ai-action/code-ollama/commit/a82f2fd679e48538938da30bbf9b79bf0169096c)) + + +### Bug Fixes + +* **chat:** fix drag-and-drop adjacency bug ([8f509d8](https://github.com/ai-action/code-ollama/commit/8f509d8b0ebb256bf2055642393f92fce5cccec2)) + ## [0.45.1](https://github.com/ai-action/code-ollama/compare/v0.45.0...v0.45.1) (2026-07-12) diff --git a/package-lock.json b/package-lock.json index 55a0c91..2a1d8da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-ollama", - "version": "0.45.1", + "version": "0.46.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-ollama", - "version": "0.45.1", + "version": "0.46.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 74955d1..5c2fcf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-ollama", - "version": "0.45.1", + "version": "0.46.0", "description": "Ollama coding agent that runs in your terminal", "author": "Mark (https://remarkablemark.org)", "type": "module",