From 219767166341cd036b1bb7975ac644c2b7c7982b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Thu, 23 Aug 2018 15:57:17 +0200 Subject: [PATCH] Prepare release 0.30.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- CHANGELOG.md | 5 +++-- build.gradle | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9651765a..204df20a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ Changes by Version ================== -0.30.6 (unreleased) +0.30.6 (2018-08-23) ------------------- -- Nothing yet +- Fine-tune bootstrap logging ([#531](https://github.com/jaegertracing/jaeger-client-java/pull/531), [@jpkrohling](https://github.com/jpkrohling)) +- Add specification version to jars, and impl-title/version & spec version to javadoc and sources jars ([#533](https://github.com/jaegertracing/jaeger-client-java/pull/533), [@objectiser](https://github.com/objectiser)) 0.30.5 (2018-08-22) diff --git a/build.gradle b/build.gradle index ca117610a..f4a096097 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { id 'com.github.ben-manes.versions' version '0.17.0' } -ext.developmentVersion = getProperty('developmentVersion','0.30.6-SNAPSHOT') +ext.developmentVersion = getProperty('developmentVersion','0.30.6') ext.opentracingVersion = getProperty('opentracingVersion','0.31.0') ext.guavaVersion = getProperty('guavaVersion','18.0')