Skip to content

Commit fbd896c

Browse files
committed
Merge from main
1 parent 7722afa commit fbd896c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Increment the:
1515

1616
## [Unreleased]
1717

18-
## [1.16.0] 2024-06-20
18+
## [1.16.0] 2024-06-21
1919

2020
* [BUILD] Upgrade bazel abseil from 20220623.1 to 20230802.2
2121
[#2650](https://github.com/open-telemetry/opentelemetry-cpp/pull/2650)
@@ -83,6 +83,10 @@ Increment the:
8383
[#2699](https://github.com/open-telemetry/opentelemetry-cpp/pull/2699)
8484
* [Code health] Remove Unicode Text from Source files
8585
[#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)
8690

8791
Important changes:
8892

sdk/src/version/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const char *pre_release = "NONE";
1818
const char *build_metadata = "NONE";
1919
const char *short_version = "1.16.0";
2020
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";
2222
} // namespace version
2323
} // namespace sdk
2424
OPENTELEMETRY_END_NAMESPACE

0 commit comments

Comments
 (0)