Skip to content

Commit

Permalink
Merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Jun 21, 2024
1 parent 7722afa commit fbd896c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Increment the:

## [Unreleased]

## [1.16.0] 2024-06-20
## [1.16.0] 2024-06-21

* [BUILD] Upgrade bazel abseil from 20220623.1 to 20230802.2
[#2650](https://github.com/open-telemetry/opentelemetry-cpp/pull/2650)
Expand Down Expand Up @@ -83,6 +83,10 @@ Increment the:
[#2699](https://github.com/open-telemetry/opentelemetry-cpp/pull/2699)
* [Code health] Remove Unicode Text from Source files
[#2707](https://github.com/open-telemetry/opentelemetry-cpp/pull/2707)
* [BUILD] Add option WITH_OTLP_GRPC_SSL_MTLS_PREVIEW
[#2714](https://github.com/open-telemetry/opentelemetry-cpp/pull/2714)
* [EXPORTER] All 2xx return codes should be considered successful.
[#2712](https://github.com/open-telemetry/opentelemetry-cpp/pull/2712)

Important changes:

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/version/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const char *pre_release = "NONE";
const char *build_metadata = "NONE";
const char *short_version = "1.16.0";
const char *full_version = "1.16.0-NONE-NONE";
const char *build_date = "Thu Jun 20 19:40:52 UTC 2024";
const char *build_date = "Fri Jun 21 16:41:17 UTC 2024";
} // namespace version
} // namespace sdk
OPENTELEMETRY_END_NAMESPACE

0 comments on commit fbd896c

Please sign in to comment.