diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d66ca57..ccdf8aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b332cb..3b0aa7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/gemini-cli-extensions/postgres/compare/0.2.2...0.2.3) (2026-08-06) + + +### Bug Fixes + +* treat database tool output as untrusted data in model context ([#102](https://github.com/gemini-cli-extensions/postgres/issues/102)) ([a98397a](https://github.com/gemini-cli-extensions/postgres/commit/a98397ad5a55fbd51cceb18f69f3b7ffbe42ce4d)) + ## [0.2.2](https://github.com/gemini-cli-extensions/postgres/compare/0.2.1...0.2.2) (2026-02-24) diff --git a/gemini-extension.json b/gemini-extension.json index cf440bc..6cf0b76 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "postgres", - "version": "0.2.2", + "version": "0.2.3", "description": "Connect and interact with a PostgreSQL database and data", "mcpServers": { "postgresql": {