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.12.0] 2023-10-11
18
+ ## [ 1.12.0] 2023-10-16
19
19
20
20
* [ BUILD] Support ` pkg-config `
21
21
[ #2269 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2269 )
@@ -79,6 +79,10 @@ Increment the:
79
79
[ #2356 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2356 )
80
80
* [ BUILD] Fix protoc searching with non-imported protobuf::protoc target
81
81
[ #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 )
82
86
83
87
Important changes:
84
88
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.12.0" ;
20
20
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" ;
22
22
23
23
} // namespace version
24
24
} // namespace sdk
You can’t perform that action at this time.
0 commit comments