diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8227a0a..d328d0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.8" + ".": "0.1.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1e95d..bade0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.8...0.1.9) (2026-02-24) + + +### Bug Fixes + +* remove broken keychain support for password ([#98](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/98)) ([0e0db45](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/0e0db45d816bd61bcd0065b773f307935544b565)) + ## [0.1.8](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.7...0.1.8) (2026-01-30) diff --git a/gemini-extension.json b/gemini-extension.json index 1be58bb..c46401a 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-mysql", - "version": "0.1.8", + "version": "0.1.9", "description": "Connect and interact with a Cloud SQL for MySQL database and data", "mcpServers": { "cloud_sql_mysql_admin": {