From f3cbe7a15bff6a3058b18f819f8c1289c77a2cb5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:05:14 +0000 Subject: [PATCH] chore(main): release 0.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ gemini-extension.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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..9b85fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.3](https://github.com/gemini-cli-extensions/postgres/compare/0.2.2...0.2.3) (2026-08-18) + + +### Bug Fixes + +* **ci:** restore pull_request_target for mirror-changelog ([#109](https://github.com/gemini-cli-extensions/postgres/issues/109)) ([05b0618](https://github.com/gemini-cli-extensions/postgres/commit/05b0618de8e6c62f9aee2ae1c047c3f865697540)) +* 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 07c1f44..b616548 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": {