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

Commit

Permalink
Preparing release 0.29.0 (#442)
Browse files Browse the repository at this point in the history
* Preparing release 0.29.0

Signed-off-by: Pavol Loffay <[email protected]>

* Add empty section

Signed-off-by: Pavol Loffay <[email protected]>

* Fix

Signed-off-by: Pavol Loffay <[email protected]>

* Add @

Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Jun 7, 2018
1 parent 855de70 commit 797246c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changes by Version
==================

0.28.1 (unreleased)
0.29.1 (unreleased)
-------------------

- Nothing yet.
- Nothing yet

0.29.0 (2018-06-7)
-------------------

- Deprecate B3 codec contructor ([#440](https://github.com/jaegertracing/jaeger-client-java/pull/440), [@pavolloffay](https://github.com/pavolloffay))
- Add baggage to B3 codec ([#438](https://github.com/jaegertracing/jaeger-client-java/pull/438), [@pavolloffay](https://github.com/pavolloffay))
- Remove deprecated API - HttpSender and RemoteBaggageManager ([#431](https://github.com/jaegertracing/jaeger-client-java/pull/431), [@pavolloffay](https://github.com/pavolloffay))
- Load metrics factory service from classpath if available ([#433](https://github.com/jaegertracing/jaeger-client-java/pull/433), [@jpkrohling](https://github.com/jpkrohling))

0.28.0 (2018-05-24)
-------------------
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.28.1-SNAPSHOT')
ext.developmentVersion = getProperty('developmentVersion','0.29.0')

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

0 comments on commit 797246c

Please sign in to comment.