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.1 (#482)
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 authored and objectiser committed Jul 10, 2018
1 parent 1bda4b8 commit 0bb9327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Changes by Version
==================

0.30.1 (unreleased)
0.30.1 (2018-07-10)
-------------------

- Nothing yet
- Add "serialVersionUID" for exceptions to avoid InvalidClassException ([#481](https://github.com/jaegertracing/jaeger-client-java/pull/481), [@quaff](https://github.com/quaff))
- Add jaeger-client module ([#479](https://github.com/jaegertracing/jaeger-client-java/pull/479), [@jpkrohling](https://github.com/jpkrohling))
- Fix wrong package declaration ([#480](https://github.com/jaegertracing/jaeger-client-java/pull/480), [@quaff](https://github.com/quaff))
- Make GuaranteedThroughputSampler public ([#457](https://github.com/jaegertracing/jaeger-client-java/pull/457), [@quaff](https://github.com/quaff))
- Fix version retrieval from jaeger.properties ([#478](https://github.com/jaegertracing/jaeger-client-java/pull/478), [@jpkrohling](https://github.com/jpkrohling))

0.30.0 (2018-07-04)
-------------------
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.1-SNAPSHOT')
ext.developmentVersion = getProperty('developmentVersion','0.30.1')

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

0 comments on commit 0bb9327

Please sign in to comment.