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

Commit 97b37be

Browse files
authored
Preparing for release 0.4.1 (#104)
* Preparing for release 0.4.1 Signed-off-by: Isaac Hier <[email protected]> * Update changelog Signed-off-by: Isaac Hier <[email protected]>
1 parent 772af75 commit 97b37be

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

4-
0.5.0 (unreleased)
4+
0.4.1 (2018-05-16)
55
------------------
6-
- Nothing yet
6+
- Add example application (#101)
7+
- Improve CMake installation to allow use of lib64 directory (#102)
8+
- Fix CMake config for OpenTracing dependency (#103)
9+
- Fix tracer inject for HTTP headers (#107)
710

811

912
0.4.0 (2018-05-07)

CMakeLists.txt

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

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

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

0 commit comments

Comments
 (0)