diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b6dad..ad4d212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.1...v0.2.2) (2025-03-24) + + +### Bug Fixes + +* **engine:** Closing of connection pool ([#95](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/95)) ([1ebaaac](https://github.com/googleapis/llama-index-cloud-sql-pg-python/commit/1ebaaac6a93800edcf205920f2cdba6b77950fe4)) + ## [0.2.1](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.0...v0.2.1) (2025-02-18) diff --git a/src/llama_index_cloud_sql_pg/version.py b/src/llama_index_cloud_sql_pg/version.py index fffa9d9..6265626 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.2.1" +__version__ = "0.2.2"