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.4 (#513)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored and pavolloffay committed Aug 13, 2018
1 parent a8c8225 commit c23215e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.4 (unreleased)
0.30.4 (2018-08-13)
-------------------

- Nothing yet
- Add possibility to specify serviceName with 'fromEnv' ([#510](https://github.com/jaegertracing/jaeger-client-java/pull/510), [@jpkrohling](https://github.com/jpkrohling))


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

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

0 comments on commit c23215e

Please sign in to comment.