diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d328d0e..8a982e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a34566..59c3c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.1.9...0.1.10) (2026-02-24) + + +### Bug Fixes + +* remove broken keychain support for password ([#104](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/issues/104)) ([dacda20](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/dacda20efaa224af97c89d69e7efb4226f522861)) + ## [0.1.9](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.1.8...0.1.9) (2026-01-28) diff --git a/gemini-extension.json b/gemini-extension.json index 4fe6b95..3c10d49 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-postgresql", - "version": "0.1.9", + "version": "0.1.10", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", "mcpServers": { "cloud_sql_postgresql_admin": {