diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbdbf5f6b..f0179e9ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.33.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.33.1...v0.33.2) (2024-05-15) + + +### Dependencies + +* update dependency pytz to v2024 ([#1693](https://github.com/GoogleCloudPlatform/pgadapter/issues/1693)) ([72dfc1f](https://github.com/GoogleCloudPlatform/pgadapter/commit/72dfc1fc0c15d28b8aa851ceeb8506d2f12b3c42)) +* update module github.com/jackc/pgx/v4 to v5 ([#1708](https://github.com/GoogleCloudPlatform/pgadapter/issues/1708)) ([f0b19cd](https://github.com/GoogleCloudPlatform/pgadapter/commit/f0b19cd920e86f7217b27f7d9f12b13ff8e5f78f)) +* update module github.com/testcontainers/testcontainers-go to v0.31.0 ([#1757](https://github.com/GoogleCloudPlatform/pgadapter/issues/1757)) ([d26b3ac](https://github.com/GoogleCloudPlatform/pgadapter/commit/d26b3acc7236ebf664c3a637d61c3037b2dbfdcf)) +* update module golang.org/x/oauth2 to v0.20.0 ([#1767](https://github.com/GoogleCloudPlatform/pgadapter/issues/1767)) ([b291bdd](https://github.com/GoogleCloudPlatform/pgadapter/commit/b291bdd1729398bba022f8cad6e4d3005b1c3a82)) +* update spring-boot.version to v3 ([#1711](https://github.com/GoogleCloudPlatform/pgadapter/issues/1711)) ([a476185](https://github.com/GoogleCloudPlatform/pgadapter/commit/a476185f59573b1f0cdb4d7055ad19d255cc292a)) + ## [0.33.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.33.0...v0.33.1) (2024-05-10) diff --git a/README.md b/README.md index 50183d95c2..715353f4d5 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,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.33.1` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.33.2` with the version you want to download): ```shell -VERSION=v0.33.1 +VERSION=v0.33.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 @@ -148,7 +148,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.33.1 + 0.33.2 ``` diff --git a/pom.xml b/pom.xml index 8f03f42e2e..a67d81413c 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.33.2-SNAPSHOT + 0.33.2 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/samples/java/jdbc/README.md b/samples/java/jdbc/README.md index ea6404b759..7380fea93d 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.33.1 + 0.33.2 com.google.cloud google-cloud-spanner-pgadapter - 0.33.1 + 0.33.2 ``` diff --git a/versions.txt b/versions.txt index 121e6374d6..edf3eb3d47 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.33.1:0.33.2-SNAPSHOT +google-cloud-spanner-pgadapter:0.33.2:0.33.2