Skip to content

Commit

Permalink
Adjust changelog and release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Oct 7, 2024
1 parent eb671d2 commit c156894
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.17 2024-10-02]
## [1.17 2024-10-07]

* [CI] Add a clang-tidy build
[#3001](https://github.com/open-telemetry/opentelemetry-cpp/pull/3001)
Expand Down Expand Up @@ -107,6 +107,9 @@ Increment the:
* [SDK] Update MetricProducer interface to match spec
[#3044](https://github.com/open-telemetry/opentelemetry-cpp/pull/3044)

* [EXPORTER] Fix URL in ES exporter, fix ipv6 supporting for http client
[#3081](https://github.com/open-telemetry/opentelemetry-cpp/pull/3081)

Breaking changes:

* [REMOVAL] Remove build option `WITH_DEPRECATED_SDK_FACTORY`
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.17.0";
const char *full_version = "1.17.0-NONE-NONE";
const char *build_date = "Tue Oct 1 09:15:16 PM UTC 2024";
const char *build_date = "Mon Oct 7 07:11:52 AM UTC 2024";
} // namespace version
} // namespace sdk
OPENTELEMETRY_END_NAMESPACE

0 comments on commit c156894

Please sign in to comment.