diff --git a/CHANGELOG.md b/CHANGELOG.md index 8765db3b..a193fc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.15.0...v0.16.0) (2026-02-18) + + +### Features + +* **deps:** Update dependency langchain-postgres to v0.0.17 ([#405](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/405)) ([844c250](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/844c25082f9a9c3a2724b8e7234acb8872df47f6)) + ## [0.15.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.14.1...v0.15.0) (2026-01-08) diff --git a/src/langchain_google_cloud_sql_pg/version.py b/src/langchain_google_cloud_sql_pg/version.py index a9b14a39..3ce0d2a2 100644 --- a/src/langchain_google_cloud_sql_pg/version.py +++ b/src/langchain_google_cloud_sql_pg/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "0.15.0" +__version__ = "0.16.0"