diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b06ba91..d66ca57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c72b4c..7ecbed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/gemini-cli-extensions/postgres/compare/0.2.1...0.2.2) (2026-02-24) + + +### Bug Fixes + +* remove broken keychain support for password ([#90](https://github.com/gemini-cli-extensions/postgres/issues/90)) ([239018f](https://github.com/gemini-cli-extensions/postgres/commit/239018f922890c729478868b9d24b672b889f47f)) + ## [0.2.1](https://github.com/gemini-cli-extensions/postgres/compare/0.2.0...0.2.1) (2026-01-30) diff --git a/gemini-extension.json b/gemini-extension.json index b75e6fd..cf440bc 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "postgres", - "version": "0.2.1", + "version": "0.2.2", "description": "Connect and interact with a PostgreSQL database and data", "mcpServers": { "postgresql": {