diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2462e7e17..9574f0989 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.27.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.27.0...v0.27.1) (2023-11-23)
+
+
+### Bug Fixes
+
+* re-instante public constructor for ProxyServer ([#1216](https://github.com/GoogleCloudPlatform/pgadapter/issues/1216)) ([a8ce633](https://github.com/GoogleCloudPlatform/pgadapter/commit/a8ce6332aeefa4612956bab629721eeb87315d87))
+
## [0.27.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.26.0...v0.27.0) (2023-11-23)
diff --git a/README.md b/README.md
index 532bf3caf..3da9c19c8 100644
--- a/README.md
+++ b/README.md
@@ -109,9 +109,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.27.0` with the version you want to download):
+You can also download a specific version of the jar. Example (replace `v0.27.1` with the version you want to download):
```shell
-VERSION=v0.27.0
+VERSION=v0.27.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
@@ -146,7 +146,7 @@ This option is only available for Java/JVM-based applications.
com.google.cloud
google-cloud-spanner-pgadapter
- 0.27.0
+ 0.27.1
```
diff --git a/pom.xml b/pom.xml
index 486b6bfde..ecbef5564 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
4.0.0
google-cloud-spanner-pgadapter
- 0.27.1-SNAPSHOT
+ 0.27.1
Google Cloud Spanner PostgreSQL Adapter
jar
diff --git a/versions.txt b/versions.txt
index cd3b4a0f9..7deefdc93 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-pgadapter:0.27.0:0.27.1-SNAPSHOT
+google-cloud-spanner-pgadapter:0.27.1:0.27.1