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.1 (#104)
Browse files Browse the repository at this point in the history
* Preparing for release 0.4.1

Signed-off-by: Isaac Hier <[email protected]>

* Update changelog

Signed-off-by: Isaac Hier <[email protected]>
  • Loading branch information
isaachier authored May 17, 2018
1 parent 772af75 commit 97b37be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Changes by Version
==================

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


0.4.0 (2018-05-07)
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 "95fb7d11f0828746e2983b5f06ff7981a676da3f"
)

project(jaegertracing VERSION 0.5.0)
project(jaegertracing VERSION 0.4.1)

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

0 comments on commit 97b37be

Please sign in to comment.