diff --git a/CHANGELOG.md b/CHANGELOG.md
index c40547b..2b986db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
## [Pending Release](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.2...master)
-- Do not try to recreate Metrics thread if initialization failed
+
+
+## [0.30.3](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.2...0.30.3)
+* Do not try to recreate Metrics thread if initialization failed
## [0.30.2](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.1...0.30.2)
diff --git a/bundle-test/pom.xml b/bundle-test/pom.xml
index b4b65be..c943e61 100644
--- a/bundle-test/pom.xml
+++ b/bundle-test/pom.xml
@@ -5,7 +5,7 @@
java
com.lightstep.tracer
- 0.30.2
+ 0.30.3
4.0.0
diff --git a/common/pom.xml b/common/pom.xml
index 11fb07f..13934d2 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
java
com.lightstep.tracer
- 0.30.2
+ 0.30.3
4.0.0
diff --git a/example/pom.xml b/example/pom.xml
index b9b7329..a4e3b08 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -5,7 +5,7 @@
java
com.lightstep.tracer
- 0.30.2
+ 0.30.3
4.0.0
diff --git a/grpc/pom.xml b/grpc/pom.xml
index e6bead0..0f1e9a9 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -7,7 +7,7 @@
java
com.lightstep.tracer
- 0.30.2
+ 0.30.3
tracer-grpc
diff --git a/okhttp/pom.xml b/okhttp/pom.xml
index 13814b7..e22df25 100644
--- a/okhttp/pom.xml
+++ b/okhttp/pom.xml
@@ -5,7 +5,7 @@
java
com.lightstep.tracer
- 0.30.2
+ 0.30.3
4.0.0
diff --git a/pom.xml b/pom.xml
index bbed776..55699f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.lightstep.tracer
java
pom
- 0.30.2
+ 0.30.3
LightStep Tracer Java Common (parent)
LightStep Tracer Java Common (parent)