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

Commit b9463ba

Browse files
authored
Preparing for release 0.4.2 (#123)
Signed-off-by: Isaac Hier <[email protected]>
1 parent ba0fa3f commit b9463ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changes by Version
22
==================
33

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

89

910
0.4.1 (2018-05-16)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ HunterGate(
1616
SHA1 "2c5c6fc1cf609d0856695d60f147594daf4e6b3e"
1717
)
1818

19-
project(jaegertracing VERSION 0.5.0)
19+
project(jaegertracing VERSION 0.4.2)
2020

2121
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
2222
CMAKE_CXX_COMPILER_ID MATCHES "Clang")

0 commit comments

Comments
 (0)