From cd41bd56cb6e1832c852e73996dd7ad46c71c7ba Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:22:08 +0000 Subject: [PATCH] chore(postgresql-dialect): release 0.27.2 --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9574f09896..ef90783dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.27.1...v0.27.2) (2023-12-22) + + +### Documentation + +* simplify the in-process sample ([#1273](https://github.com/GoogleCloudPlatform/pgadapter/issues/1273)) ([f8b3c9f](https://github.com/GoogleCloudPlatform/pgadapter/commit/f8b3c9f15339c9172caf614763f55944e095d201)) + ## [0.27.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.27.0...v0.27.1) (2023-11-23) diff --git a/README.md b/README.md index 116430bad4..bf1c9930d8 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y PostgreSQL running on your local system. -You can also download a specific version of the jar. Example (replace `v0.27.1` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.27.2` with the version you want to download): ```shell -VERSION=v0.27.1 +VERSION=v0.27.2 wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION}.tar.gz \ && tar -xzvf pgadapter-${VERSION}.tar.gz java -jar pgadapter.jar -p my-project -i my-instance -d my-database @@ -146,7 +146,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.27.1 + 0.27.2 ``` diff --git a/pom.xml b/pom.xml index ceb96ed211..4d62839767 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.27.2-SNAPSHOT + 0.27.2 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/versions.txt b/versions.txt index ed68a81e8f..a9425b9460 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.27.1:0.27.2-SNAPSHOT +google-cloud-spanner-pgadapter:0.27.2:0.27.2