File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Increment the:
15
15
16
16
## [ Unreleased]
17
17
18
- ## [ 1.16.0] 2024-06-20
18
+ ## [ 1.16.0] 2024-06-21
19
19
20
20
* [ BUILD] Upgrade bazel abseil from 20220623.1 to 20230802.2
21
21
[ #2650 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2650 )
@@ -83,6 +83,10 @@ Increment the:
83
83
[ #2699 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2699 )
84
84
* [ Code health] Remove Unicode Text from Source files
85
85
[ #2707 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2707 )
86
+ * [ BUILD] Add option WITH_OTLP_GRPC_SSL_MTLS_PREVIEW
87
+ [ #2714 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2714 )
88
+ * [ EXPORTER] All 2xx return codes should be considered successful.
89
+ [ #2712 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2712 )
86
90
87
91
Important changes:
88
92
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const char *pre_release = "NONE";
18
18
const char *build_metadata = " NONE" ;
19
19
const char *short_version = " 1.16.0" ;
20
20
const char *full_version = " 1.16.0-NONE-NONE" ;
21
- const char *build_date = " Thu Jun 20 19:40:52 UTC 2024" ;
21
+ const char *build_date = " Fri Jun 21 16:41:17 UTC 2024" ;
22
22
} // namespace version
23
23
} // namespace sdk
24
24
OPENTELEMETRY_END_NAMESPACE
You can’t perform that action at this time.
0 commit comments