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.33.0 (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Brown <gary@brownuk.com>
  • Loading branch information
objectiser authored Dec 14, 2018
1 parent 95b14fa commit 85cb0be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Changes by Version
==================

0.32.1 (unreleased)
0.33.0 (2018-12-14)
-------------------

- Point to tchannel-based docker-compose ([#573](https://github.com/jaegertracing/jaeger-client-java/pull/573), [@yurishkuros](https://github.com/yurishkuro))
- Update reporter success metric on append in RemoteReporter ([#572](https://github.com/jaegertracing/jaeger-client-java/pull/572), [@objectiser](https://github.com/objectiser))
- Always close HTTP responses in HttpSender ([#571](https://github.com/jaegertracing/jaeger-client-java/pull/571), [@mpetazzoni](https://github.com/mpetazzoni))
- Normalise metric names ([#564](https://github.com/jaegertracing/jaeger-client-java/pull/564), [@objectiser](https://github.com/objectiser))
- Refer to valid `sampler type` values (doc link) ([#557](https://github.com/jaegertracing/jaeger-client-java/pull/557), [@sjoerdtalsma](https://github.com/sjoerdtalsma))

0.32.0 (2018-10-15)
-------------------

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.32.1-SNAPSHOT')
ext.developmentVersion = getProperty('developmentVersion','0.33.0')

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

0 comments on commit 85cb0be

Please sign in to comment.