diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d69c56e8..26d240e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.42.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.0...v0.42.1) (2024-12-08) + + +### Dependencies + +* update dependency io.opentelemetry:opentelemetry-bom to v1.45.0 ([#2607](https://github.com/GoogleCloudPlatform/pgadapter/issues/2607)) ([bffcff4](https://github.com/GoogleCloudPlatform/pgadapter/commit/bffcff4bb46e3063716d43d401c992baa2d3351c)) + ## [0.42.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.41.0...v0.42.0) (2024-12-06) diff --git a/README.md b/README.md index 46c1c5826..97a7437a9 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,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.42.0` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.42.1` with the version you want to download): ```shell -VERSION=v0.42.0 +VERSION=v0.42.1 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 @@ -153,7 +153,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.42.0 + 0.42.1 ``` diff --git a/pom.xml b/pom.xml index 1525d64ef..20676e327 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.42.1-SNAPSHOT + 0.42.1 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/samples/java/jdbc/README.md b/samples/java/jdbc/README.md index 3872dd237..2349fc19b 100644 --- a/samples/java/jdbc/README.md +++ b/samples/java/jdbc/README.md @@ -14,12 +14,12 @@ The sample application adds the following dependencies: org.postgresql postgresql - 0.42.0 + 0.42.1 com.google.cloud google-cloud-spanner-pgadapter - 0.42.0 + 0.42.1 ``` diff --git a/versions.txt b/versions.txt index 8d7bcd5d6..b576ffa84 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.42.0:0.42.1-SNAPSHOT +google-cloud-spanner-pgadapter:0.42.1:0.42.1