diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa039df6..070965819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.42.4](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.3...v0.42.4) (2025-01-20) + + +### Dependencies + +* update dependency coverlet.collector to 6.0.4 ([#2787](https://github.com/GoogleCloudPlatform/pgadapter/issues/2787)) ([c437ccd](https://github.com/GoogleCloudPlatform/pgadapter/commit/c437ccd2cd8bb6e74fc62fa9b809a04658337a8f)) +* update dependency org.hibernate.orm:hibernate-core to v6.6.5.final ([#2784](https://github.com/GoogleCloudPlatform/pgadapter/issues/2784)) ([29e1bba](https://github.com/GoogleCloudPlatform/pgadapter/commit/29e1bbaa836031150ee3f1984223cd76efaa1d9f)) + ## [0.42.3](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.2...v0.42.3) (2025-01-18) diff --git a/README.md b/README.md index a287731c3..34b77a09b 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.3` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.42.4` with the version you want to download): ```shell -VERSION=v0.42.3 +VERSION=v0.42.4 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.3 + 0.42.4 ``` diff --git a/pom.xml b/pom.xml index f7d7de91f..5a021c0c2 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.42.4-SNAPSHOT + 0.42.4 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/samples/java/jdbc/README.md b/samples/java/jdbc/README.md index 25c88a5bd..f86ecd180 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.3 + 0.42.4 com.google.cloud google-cloud-spanner-pgadapter - 0.42.3 + 0.42.4 ``` diff --git a/versions.txt b/versions.txt index 2098a69b0..1543d8a54 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.42.3:0.42.4-SNAPSHOT +google-cloud-spanner-pgadapter:0.42.4:0.42.4