Skip to content

Commit ee5fe6b

Browse files
committed
Adjust CHANGELOG, release date
1 parent fd959f2 commit ee5fe6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

1616
## [Unreleased]
1717

18-
## [1.22 2025-07-10]
18+
## [1.22 2025-07-11]
1919

2020
* [DOC] Udpate link to membership document
2121
[#3452](https://github.com/open-telemetry/opentelemetry-cpp/pull/3452)
@@ -182,6 +182,9 @@ Increment the:
182182
* [CONFIGURATION] File configuration - configuration parser
183183
[#3520](https://github.com/open-telemetry/opentelemetry-cpp/pull/3520)
184184

185+
* [ADMIN] Remove file .github/repository-settings.md
186+
[#3534](https://github.com/open-telemetry/opentelemetry-cpp/pull/3534)
187+
185188
Important changes:
186189

187190
* [REMOVAL] Removed deprecated semantic convention header files

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.22.0";
2020
const char *full_version = "1.22.0-NONE-NONE";
21-
const char *build_date = "Thu Jul 10 03:37:44 PM UTC 2025";
21+
const char *build_date = "Fri Jul 11 08:13:24 PM UTC 2025";
2222
} // namespace version
2323
} // namespace sdk
2424
OPENTELEMETRY_END_NAMESPACE

0 commit comments

Comments
 (0)