From bfda14d217fe107e45788c1a173316208e09192c Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Wed, 22 Mar 2023 15:18:55 -0600 Subject: [PATCH] VERSION 0.31.0 (#184) --- CHANGELOG.md | 6 +++++- bundle-test/pom.xml | 2 +- common/pom.xml | 2 +- example/pom.xml | 2 +- grpc/pom.xml | 2 +- okhttp/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e5b70..63bedf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ -## [Pending Release](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.3...master) +## [Pending Release](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.31.0...master) + + +## [0.31.0](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.3...0.31.0) +* Implement retry logic upon failed requests. ## [0.30.3](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.2...0.30.3) diff --git a/bundle-test/pom.xml b/bundle-test/pom.xml index c943e61..6296785 100644 --- a/bundle-test/pom.xml +++ b/bundle-test/pom.xml @@ -5,7 +5,7 @@ java com.lightstep.tracer - 0.30.3 + 0.31.0 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 13934d2..f17234b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ java com.lightstep.tracer - 0.30.3 + 0.31.0 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index a4e3b08..0221af9 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -5,7 +5,7 @@ java com.lightstep.tracer - 0.30.3 + 0.31.0 4.0.0 diff --git a/grpc/pom.xml b/grpc/pom.xml index 0f1e9a9..4bbc254 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -7,7 +7,7 @@ java com.lightstep.tracer - 0.30.3 + 0.31.0 tracer-grpc diff --git a/okhttp/pom.xml b/okhttp/pom.xml index e22df25..62b47cd 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -5,7 +5,7 @@ java com.lightstep.tracer - 0.30.3 + 0.31.0 4.0.0 diff --git a/pom.xml b/pom.xml index 55699f8..831e620 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.lightstep.tracer java pom - 0.30.3 + 0.31.0 LightStep Tracer Java Common (parent) LightStep Tracer Java Common (parent)