From 87e318e0e073273b48d2f51d71e4b2b0f8a914bc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:26:00 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- CHANGELOG.md | 7 +++++++ src/llama_index_cloud_sql_pg/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c15c03..e2149b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.3.0...v0.3.1) (2026-07-23) + + +### Bug Fixes + +* Fix vulerability by using query parameters instead of string formatting ([#217](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/217)) ([a06cc12](https://github.com/googleapis/llama-index-cloud-sql-pg-python/commit/a06cc1219d52e157dd927585079e5d139fdc1694)) + ## [0.3.0](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.3...v0.3.0) (2026-01-13) diff --git a/src/llama_index_cloud_sql_pg/version.py b/src/llama_index_cloud_sql_pg/version.py index 2b5d97a..74905ca 100644 --- a/src/llama_index_cloud_sql_pg/version.py +++ b/src/llama_index_cloud_sql_pg/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.3.1"