aboutsummaryrefslogtreecommitdiff
path: root/contrib/log_correlation
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-08-28 19:27:24 -0700
committerGitHub <noreply@github.com>2018-08-28 19:27:24 -0700
commitb25e66b7e1525e6bda3f5adbd3239035f1a2a35c (patch)
treeb2ee3502e34bdd29a13c61a7ab736586f7026524 /contrib/log_correlation
parentad8db2a098e1342185137662b1f5ea91aa7d2644 (diff)
downloadopencensus-java-b25e66b7e1525e6bda3f5adbd3239035f1a2a35c.tar.gz
Update release versions for all readme and build files. (#1398)
Diffstat (limited to 'contrib/log_correlation')
-rw-r--r--contrib/log_correlation/stackdriver/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/log_correlation/stackdriver/README.md b/contrib/log_correlation/stackdriver/README.md
index f46f7cf0..09b3fb6e 100644
--- a/contrib/log_correlation/stackdriver/README.md
+++ b/contrib/log_correlation/stackdriver/README.md
@@ -35,7 +35,7 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-log-correlation-stackdriver</artifactId>
- <version>0.15.0</version>
+ <version>0.15.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -43,7 +43,7 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-runtime 'io.opencensus:opencensus-contrib-log-correlation-stackdriver:0.15.0'
+runtime 'io.opencensus:opencensus-contrib-log-correlation-stackdriver:0.15.1'
```
### Configure the `OpenCensusTraceLoggingEnhancer`