diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73dba8d3..810c494d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.1.1](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v0.1.0...v0.1.1) (2023-08-02)
+
+
+### Documentation
+
+* add maven badge to readme ([#78](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/78)) ([e1469f2](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/e1469f25d69eef9ac51a7d7b1831a3e770708a14))
+* fix URL for child pom ([#80](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/80)) ([9ef1646](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/9ef1646a27209d5dc079d9e87efb847dddff9aca))
+
## 0.1.0 (2023-07-19)
diff --git a/alloydb-jdbc-connector/pom.xml b/alloydb-jdbc-connector/pom.xml
index 9b77914a..ebd20d50 100644
--- a/alloydb-jdbc-connector/pom.xml
+++ b/alloydb-jdbc-connector/pom.xml
@@ -23,7 +23,7 @@
com.google.cloud
alloydb-connector-parent
- 0.1.1-SNAPSHOT
+ 0.1.1
../pom.xml
alloydb-jdbc-connector
diff --git a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
index 6ca6831b..1a603a73 100644
--- a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
+++ b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
@@ -17,6 +17,6 @@
class Version {
// {x-version-update-start:alloydb-jdbc-connector:current}
- static final String VERSION = "0.1.1-SNAPSHOT";
+ static final String VERSION = "0.1.1";
// {x-version-update-end}
}
diff --git a/pom.xml b/pom.xml
index 5a48e3e4..e7f10baa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
4.0.0
alloydb-connector-parent
pom
- 0.1.1-SNAPSHOT
+ 0.1.1
Google Cloud AlloyDB Java Connector Parent
https://github.com/GoogleCloudPlatform/alloydb-java-connector
@@ -75,7 +75,7 @@
com.google.cloud
alloydb-jdbc-connector
- 0.1.1-SNAPSHOT
+ 0.1.1
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 303dadc4..ce1e965b 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
alloydb-jdbc-connector
- 0.1.1-SNAPSHOT
+ 0.1.1
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index f44f36be..80f3e496 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
alloydb-jdbc-connector
- 0.1.1-SNAPSHOT
+ 0.1.1
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index c280f147..5a4385bd 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
alloydb-jdbc-connector
- 0.1.1-SNAPSHOT
+ 0.1.1
diff --git a/versions.txt b/versions.txt
index b46533d2..847e762c 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-alloydb-jdbc-connector:0.1.0:0.1.1-SNAPSHOT
+alloydb-jdbc-connector:0.1.1:0.1.1