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

Prepare release 0.30.3 #504

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changes by Version
==================

0.30.3 (unreleased)
0.30.3 (2018-07-26)
-------------------

- Nothing yet
- Fix concurrent modification exception on logs and tags ([#500](https://github.com/jaegertracing/jaeger-client-java/pull/500), [@pavolloffay](https://github.com/pavolloffay))
- Remove unwanted classes from jaeger-thrift shadowed jar ([#498](https://github.com/jaegertracing/jaeger-client-java/pull/498), [@mdvorak](https://github.com/mdvorak))

0.30.2 (2018-07-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.3-SNAPSHOT')
ext.developmentVersion = getProperty('developmentVersion','0.30.3')

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