From 6e09af9b6836197f8ca56cfb6ff422218a7b255c Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 20 Feb 2024 15:53:37 +0000
Subject: [PATCH] chore(postgresql-dialect): release 0.30.1
---
CHANGELOG.md | 18 ++++++++++++++++++
README.md | 6 +++---
pom.xml | 2 +-
versions.txt | 2 +-
4 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2357d053b..4fb88901e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## [0.30.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.30.0...v0.30.1) (2024-02-20)
+
+
+### Bug Fixes
+
+* respect the SPANNER_EMULATOR_HOST env var ([#1432](https://github.com/GoogleCloudPlatform/pgadapter/issues/1432)) ([2f059f7](https://github.com/GoogleCloudPlatform/pgadapter/commit/2f059f7dc034a546bd3244923b159cfd2a0259d7))
+
+
+### Dependencies
+
+* remove junit dependency from compile path ([#1423](https://github.com/GoogleCloudPlatform/pgadapter/issues/1423)) ([9c315d1](https://github.com/GoogleCloudPlatform/pgadapter/commit/9c315d1ed41b97ffef69492d21b7939803bdd512))
+
+
+### Documentation
+
+* Ruby ActiveRecord bit-reversed sequence sample ([#1434](https://github.com/GoogleCloudPlatform/pgadapter/issues/1434)) ([176dd15](https://github.com/GoogleCloudPlatform/pgadapter/commit/176dd150f3e5baf5fbd8a37ef7a63edfa49d1a28))
+* run Ruby ActiveRecord sample on emulator ([#1433](https://github.com/GoogleCloudPlatform/pgadapter/issues/1433)) ([cd6c9dc](https://github.com/GoogleCloudPlatform/pgadapter/commit/cd6c9dc9ae3492b9c561ca892cbbf518645be623))
+
## [0.30.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.29.1...v0.30.0) (2024-02-16)
diff --git a/README.md b/README.md
index f05d8853ff..9d3c8062ea 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.30.0` with the version you want to download):
+You can also download a specific version of the jar. Example (replace `v0.30.1` with the version you want to download):
```shell
-VERSION=v0.30.0
+VERSION=v0.30.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
@@ -148,7 +148,7 @@ This option is only available for Java/JVM-based applications.
com.google.cloud
google-cloud-spanner-pgadapter
- 0.30.0
+ 0.30.1
```
diff --git a/pom.xml b/pom.xml
index 7bf4b4eb1b..02ab29ccf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
4.0.0
google-cloud-spanner-pgadapter
- 0.30.1-SNAPSHOT
+ 0.30.1
Google Cloud Spanner PostgreSQL Adapter
jar
diff --git a/versions.txt b/versions.txt
index b2dd2109df..158ebb2487 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-pgadapter:0.30.0:0.30.1-SNAPSHOT
+google-cloud-spanner-pgadapter:0.30.1:0.30.1