diff --git a/CHANGELOG.md b/CHANGELOG.md index c5687b5..ca81372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.0](https://github.com/ai-action/code-ollama/compare/v0.43.1...v0.44.0) (2026-07-12) + + +### Features + +* **chat:** queue messages ([354f79a](https://github.com/ai-action/code-ollama/commit/354f79a5f01abb89d534d8b39535d8e4872c4425)) + ## [0.43.1](https://github.com/ai-action/code-ollama/compare/v0.43.0...v0.43.1) (2026-07-11) diff --git a/package-lock.json b/package-lock.json index 58c4e45..2b94ef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-ollama", - "version": "0.43.1", + "version": "0.44.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-ollama", - "version": "0.43.1", + "version": "0.44.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 8420fa6..89ab95f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-ollama", - "version": "0.43.1", + "version": "0.44.0", "description": "Ollama coding agent that runs in your terminal", "author": "Mark (https://remarkablemark.org)", "type": "module",