File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,15 @@ Increment the:
1515
1616## [ Unreleased]
1717
18- * [ SDK] Read Zipkin endpoint from environment variable. ([ #24 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/624 ) )
18+ ## [ 0.4.0] 2021-04-12
19+
20+ * [ EXPORTER] ETW Exporter enhancements ([ #519 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/519 ) )
21+ * [ EXPORTER] Read Zipkin endpoint from environment variable. ([ #624 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/624 ) )
22+ * [ EXPORTER] Split Zpages webserver hosting from Exporter ([ #626 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/626 ) )
23+ * [ EXPORTER] ETW Exporter Usage Instructions ([ #628 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/628 ) )
24+ * [ INSTRUMENTATION] HTTP Client/Server Instrumentation example ([ #632 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/632 ) )
25+ * [ EXPORTER] Enable tls authentication for otlp grpc exporter ([ #635 ] (Enable tls authentication for otlp grpc exporter))
26+ * [ API] Refactoring trace_state to reuse common functionality in baggage ([ #638 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/638/files ) )
1927
2028## [ 0.3.0] 2021-03-19
2129
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ PROJECT_NUMBER =
4444# for a project that appears at the top of each page and should give viewer a
4545# quick idea about the purpose of the project. Keep the description short.
4646
47- PROJECT_BRIEF = "Version 0.3 .0"
47+ PROJECT_BRIEF = "Version 0.4 .0"
4848
4949# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050# in the documentation. The maximum height of the logo should not exceed 55
Original file line number Diff line number Diff line change 33#include " opentelemetry/detail/preprocessor.h"
44
55#define OPENTELEMETRY_ABI_VERSION_NO 0
6- #define OPENTELEMETRY_VERSION " 0.3 .0"
6+ #define OPENTELEMETRY_VERSION " 0.4 .0"
77#define OPENTELEMETRY_ABI_VERSION OPENTELEMETRY_STRINGIFY (OPENTELEMETRY_ABI_VERSION_NO)
88
99// clang-format off
Original file line number Diff line number Diff line change 2121author = 'OpenTelemetry authors'
2222
2323# The full version, including alpha/beta/rc tags
24- release = '0.3 .0'
24+ release = '0.4 .0'
2525
2626# Run sphinx on subprojects and copy output
2727# -----------------------------------------
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace sdk
99namespace version
1010{
1111const int MAJOR_VERSION = 0 ;
12- const int MINOR_VERSION = 3 ;
12+ const int MINOR_VERSION = 4 ;
1313const int PATCH_VERSION = 0 ;
1414const char *PRE_RELEASE = " " ;
1515const char *BUILD_METADATA = " " ;
You can’t perform that action at this time.
0 commit comments