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

Commit

Permalink
Preparing for release 0.4.2 (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Hier <[email protected]>
  • Loading branch information
isaachier authored Aug 14, 2018
1 parent ba0fa3f commit b9463ba
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,9 +1,10 @@
Changes by Version
==================

0.5.0 (unreleased)
0.4.2 (2018-08-14)
------------------
- Nothing yet
- Fix `tracer.Inject(..., HTTPHeadersWriter&)` (#107)
- Upgrade dynamic loading API (#120)


0.4.1 (2018-05-16)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ HunterGate(
SHA1 "2c5c6fc1cf609d0856695d60f147594daf4e6b3e"
)

project(jaegertracing VERSION 0.5.0)
project(jaegertracing VERSION 0.4.2)

if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down

0 comments on commit b9463ba

Please sign in to comment.