diff --git a/CHANGELOG.md b/CHANGELOG.md index a467ea47f..eca5593f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [0.4.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.4.1...v0.4.2) (2022-05-03) + + +### Dependencies + +* bump PostgreSQL JDBC to 42.3.4 ([#138](https://github.com/GoogleCloudPlatform/pgadapter/issues/138)) ([9b67670](https://github.com/GoogleCloudPlatform/pgadapter/commit/9b676707f002dfed89f573039a1e83a8517cded0)) +* bump Spanner to 6.23.3 ([#137](https://github.com/GoogleCloudPlatform/pgadapter/issues/137)) ([180b25c](https://github.com/GoogleCloudPlatform/pgadapter/commit/180b25c65b00c0ea10b92b121c46178c9c1d8006)) + ### [0.4.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.4.0...v0.4.1) (2022-05-02) diff --git a/pom.xml b/pom.xml index a109da227..1d3837f15 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.4.2-SNAPSHOT + 0.4.2 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/versions.txt b/versions.txt index 73e3f846c..6cec1ed32 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.4.1:0.4.2-SNAPSHOT +google-cloud-spanner-pgadapter:0.4.2:0.4.2