From 45b65f988c7b5666745d080276c7f6c56666b649 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 6 Mar 2023 14:44:09 +0000
Subject: [PATCH] chore(postgresql-dialect): release 0.18.0
---
CHANGELOG.md | 15 +++++++++++++++
README.md | 6 +++---
pom.xml | 2 +-
versions.txt | 2 +-
4 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 755cc6e894..92c2e779e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [0.18.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.17.0...v0.18.0) (2023-03-06)
+
+
+### Features
+
+* support arrays in copy operations ([#690](https://github.com/GoogleCloudPlatform/pgadapter/issues/690)) ([ac624e5](https://github.com/GoogleCloudPlatform/pgadapter/commit/ac624e51e7949362f85b11e5f79199f13d5e140c))
+
+
+### Bug Fixes
+
+* add pg_sequence and pg_sequences views ([#700](https://github.com/GoogleCloudPlatform/pgadapter/issues/700)) ([2ad990a](https://github.com/GoogleCloudPlatform/pgadapter/commit/2ad990a86def4b01aaf97475d5325e0f6c3266c9))
+* allow unquoted text values in arrays ([#706](https://github.com/GoogleCloudPlatform/pgadapter/issues/706)) ([b09f540](https://github.com/GoogleCloudPlatform/pgadapter/commit/b09f540eff12e76d9d2059537d27a335efb77c65))
+* support information_schema.sequences ([#708](https://github.com/GoogleCloudPlatform/pgadapter/issues/708)) ([c043c46](https://github.com/GoogleCloudPlatform/pgadapter/commit/c043c46f811a68bc537c13ff35840d413b0d786b)), closes [#705](https://github.com/GoogleCloudPlatform/pgadapter/issues/705)
+* timestamp arrays should use timestamptz_array OID ([#691](https://github.com/GoogleCloudPlatform/pgadapter/issues/691)) ([52cac8c](https://github.com/GoogleCloudPlatform/pgadapter/commit/52cac8ceb00af6d5b88476146c24beb2a3b6b34d))
+
## [0.17.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.16.0...v0.17.0) (2023-02-24)
diff --git a/README.md b/README.md
index 4e77470e3a..57624d3f4e 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,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.17.0` with the version you want to download):
+You can also download a specific version of the jar. Example (replace `v0.18.0` with the version you want to download):
```shell
-VERSION=v0.17.0
+VERSION=v0.18.0
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
@@ -108,7 +108,7 @@ This option is only available for Java/JVM-based applications.
com.google.cloud
google-cloud-spanner-pgadapter
- 0.17.0
+ 0.18.0
```
diff --git a/pom.xml b/pom.xml
index 2de4cbd069..b7c36f9958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
4.0.0
google-cloud-spanner-pgadapter
- 0.17.1-SNAPSHOT
+ 0.18.0
Google Cloud Spanner PostgreSQL Adapter
jar
diff --git a/versions.txt b/versions.txt
index 419a9986db..ea68d909b1 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-pgadapter:0.17.0:0.17.1-SNAPSHOT
+google-cloud-spanner-pgadapter:0.18.0:0.18.0