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

Commit 622d922

Browse files
authored
Prepare release 0.8.0 (#285)
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 703028f commit 622d922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

4-
0.7.1 (unreleased)
4+
0.8.0 (2021-09-13)
55
------------------
66

7-
-- Nothing yet.
7+
- Add support for setting tracer tags via the configuration (#284) -- Tobias Stadler
88

99

1010
0.7.0 (2021-02-28)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake`
2121
)
2222

23-
project(jaegertracing VERSION 0.7.1)
23+
project(jaegertracing VERSION 0.8.0)
2424

2525
option(JAEGERTRACING_WARNINGS_AS_ERRORS "Treat compiler warnings as errors" OFF)
2626

0 commit comments

Comments
 (0)