From e6d1ed9d59a337a70a63f70139fdaf1185b931f1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:34:27 +0000 Subject: [PATCH] chore(main): release 0.11.0 --- CHANGELOG.md | 7 +++++++ src/langchain_google_cloud_sql_pg/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bc737a..9d7bd57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.10.0...v0.11.0) (2024-10-04) + + +### Features + +* Remove support for Python 3.8 ([#216](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/216)) ([1737adc](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/1737adc696e725488af860d031a22f6e6b66171b)) + ## [0.10.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.9.0...v0.10.0) (2024-09-17) diff --git a/src/langchain_google_cloud_sql_pg/version.py b/src/langchain_google_cloud_sql_pg/version.py index 00f17d64..185281d4 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.10.0" +__version__ = "0.11.0"