Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Prepare release 0.30.5
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Aug 22, 2018
1 parent 02252d9 commit 99acc4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Changes by Version
==================

0.30.5 (unreleased)
0.30.5 (2018-08-22)
-------------------

- Nothing yet
- Move jaeger-thrift shadow jar to its own classifier ([#526](https://github.com/jaegertracing/jaeger-client-java/pull/526), [@jpkrohling](https://github.com/jpkrohling))
- Mark gson field in HttpSamplingManager as ignored for toString ([#528](https://github.com/jaegertracing/jaeger-client-java/pull/528), [@jpkrohling](https://github.com/jpkrohling))
- Use abstract factory pattern to allow subclassing core Jaeger types ([#509](https://github.com/jaegertracing/jaeger-client-java/pull/509), [@isaachier](https://github.com/isaachier))
- Use SenderFactory classloader for ServiceLoader ([#523](https://github.com/jaegertracing/jaeger-client-java/pull/523), [@dbuchhorn](https://github.com/dbuchhorn))
- Reduce visibility of TextMapCodec.contextFromString to package scope ([#519](https://github.com/jaegertracing/jaeger-client-java/pull/519), [@isaachier](https://github.com/isaachier))
- Move contextFromString out of JaegerSpanContext into TextMapCodec ([#517](https://github.com/jaegertracing/jaeger-client-java/pull/517), [@isaachier](https://github.com/isaachier))


0.30.4 (2018-08-13)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.17.0'
}

ext.developmentVersion = getProperty('developmentVersion','0.30.5-SNAPSHOT')
ext.developmentVersion = getProperty('developmentVersion','0.30.5')

ext.opentracingVersion = getProperty('opentracingVersion','0.31.0')
ext.guavaVersion = getProperty('guavaVersion','18.0')
Expand Down

0 comments on commit 99acc4b

Please sign in to comment.