Skip to content

Commit 6b391f6

Browse files
committed
Adjust CHANGELOG per last merge to main.
1 parent 3773619 commit 6b391f6

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.12.0] 2023-10-11
18+
## [1.12.0] 2023-10-16
1919

2020
* [BUILD] Support `pkg-config`
2121
[#2269](https://github.com/open-telemetry/opentelemetry-cpp/pull/2269)
@@ -79,6 +79,10 @@ Increment the:
7979
[#2356](https://github.com/open-telemetry/opentelemetry-cpp/pull/2356)
8080
* [BUILD] Fix protoc searching with non-imported protobuf::protoc target
8181
[#2362](https://github.com/open-telemetry/opentelemetry-cpp/pull/2362)
82+
* [BUILD] Support to use different cmake package CONFIG of dependencies
83+
[#2263](https://github.com/open-telemetry/opentelemetry-cpp/pull/2263)
84+
* [SEMANTIC CONVENTION] Upgrade to semconv 1.22.0
85+
[#2368](https://github.com/open-telemetry/opentelemetry-cpp/pull/2368)
8286

8387
Important changes:
8488

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.12.0";
2020
const char *full_version = "1.12.0-NONE-NONE";
21-
const char *build_date = "Wed 11 Oct 2023 06:36:17 PM UTC";
21+
const char *build_date = "Mon 16 Oct 2023 07:42:23 AM UTC";
2222

2323
} // namespace version
2424
} // namespace sdk

0 commit comments

Comments
 (0)